Skip to content

Commit

Permalink
modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Dec 2, 2024
1 parent 977b429 commit 3976d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ jobs:
strategy:
matrix:
env: [
{CC: clang-12, CXX: clang++-12, HIGHFIVE_SANITIZER: address},
{CC: clang-12, CXX: clang++-12, HIGHFIVE_SANITIZER: undefined},
{CC: gcc-10, CXX: g++-10, HIGHFIVE_GLIBCXX_ASSERTIONS: On},
{CC: clang, CXX: clang++, HIGHFIVE_SANITIZER: address},
{CC: clang, CXX: clang++, HIGHFIVE_SANITIZER: undefined},
{CC: gcc, CXX: g++, HIGHFIVE_GLIBCXX_ASSERTIONS: On},
]

steps:
Expand Down

0 comments on commit 3976d2a

Please sign in to comment.