Skip to content

Commit

Permalink
Fix clang-14 run in CI (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland authored Oct 31, 2023
1 parent 2c74b14 commit 7bc2da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
compiler: [ g++-12, clang++-14 ]
standard: [ c++14, c++17, c++20 ]
standard: [ c++14, c++17 ]
suite: [ github_ci_block_1, github_ci_block_2 ]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7bc2da4

Please sign in to comment.