From a37bd03b00abd8ac09fabd367ec4b445985d3d3f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 25 Sep 2024 12:22:53 -0700 Subject: [PATCH] meson CI: update clang to 19 Signed-off-by: Rosen Penev --- .github/workflows/on_PR_meson.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_PR_meson.yaml b/.github/workflows/on_PR_meson.yaml index d859195d12..19b4619d63 100644 --- a/.github/workflows/on_PR_meson.yaml +++ b/.github/workflows/on_PR_meson.yaml @@ -31,7 +31,7 @@ jobs: name: Linux-Clang${{matrix.cxx}}-deps=${{matrix.deps}} strategy: matrix: - cxx: ['7', '18'] + cxx: ['7', '19'] deps: ['forcefallback', 'default'] steps: - uses: actions/checkout@v4