Skip to content

Commit

Permalink
Fix C++23 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed Sep 1, 2024
1 parent 91f2c1e commit c54875e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
common-options: '--std=c++23', flags: '-Wsuggest-override',
boost-version: '1.85.0', extra-desc: 'c++20'}
- {os: ubuntu-latest, compiler: clang, version: '18',
common-options: '--std=c++20', boost-version: '1.85.0',
common-options: '--std=c++23', boost-version: '1.85.0',
extra-desc: 'c++23'}
fail-fast: false

Expand Down

0 comments on commit c54875e

Please sign in to comment.