Skip to content

Commit

Permalink
meson CI: update clang to 19
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 2060029)

# Conflicts:
#	.github/workflows/on_PR_meson.yaml
  • Loading branch information
neheb authored and kmilos committed Sep 30, 2024
1 parent c6b9cda commit 193b643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Linux-Clang${{matrix.cxx}}-deps=${{matrix.deps}}
strategy:
matrix:
cxx: ['7', '17']
cxx: ['7', '19']
deps: ['forcefallback', 'default']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 193b643

Please sign in to comment.