Skip to content

Commit

Permalink
test-compile: Update latest clang
Browse files Browse the repository at this point in the history
Use clang-19 as latest
  • Loading branch information
KrystalDelusion authored Jan 19, 2025
1 parent 37acfce commit 2403c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- 'clang-16'
- 'gcc-10'
# newest, make sure to update maximum standard step to match
- 'clang-18'
- 'clang-19'
- 'gcc-13'
include:
# macOS
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# maximum standard, only on newest compilers
- name: Build C++20
if: ${{ matrix.compiler == 'clang-18' || matrix.compiler == 'gcc-13' }}
if: ${{ matrix.compiler == 'clang-19' || matrix.compiler == 'gcc-13' }}
shell: bash
run: |
make config-$CC_SHORT
Expand Down

0 comments on commit 2403c40

Please sign in to comment.