From 53abf85bdad7c08d1dbcee360de1f974d5674d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Fri, 29 Mar 2024 10:28:22 +0100 Subject: [PATCH] Bump to Clang 18 --- .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 e5f26adda2..3b110fe2d1 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', '17'] + cxx: ['7', '18'] deps: ['forcefallback', 'default'] steps: - uses: actions/checkout@v4