Skip to content

Commit

Permalink
Use clang-17 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaim committed Feb 27, 2024
1 parent 7c47a8b commit a9853f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
sys:
- {compiler: clang, version: '16'}
- {compiler: clang, version: '17'}
- {compiler: gcc, version: '13'}

steps:
Expand Down

0 comments on commit a9853f4

Please sign in to comment.