Skip to content

Commit

Permalink
full-check.yml: Upgrade to Clang 19
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork authored and davidpolverari committed Oct 9, 2024
1 parent ef6a7d7 commit 2e2a8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- cc: gcc-14
clang_major_version: null
runs-on: ubuntu-24.04
- cc: clang-18
clang_major_version: 18
- cc: clang-19
clang_major_version: 19
runs-on: ubuntu-22.04

runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit 2e2a8bd

Please sign in to comment.