Skip to content

Commit

Permalink
test-compile: Update oldest clang for 24.04
Browse files Browse the repository at this point in the history
Oldest clang on 24.04 appears to be 16.
  • Loading branch information
KrystalDelusion authored Jan 19, 2025
1 parent 76d85fe commit 37acfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- ubuntu-latest
compiler:
# oldest supported
- 'clang-14'
- 'clang-16'
- 'gcc-10'
# newest, make sure to update maximum standard step to match
- 'clang-18'
Expand Down

0 comments on commit 37acfce

Please sign in to comment.