From 2c56a90dcd1936203840641393811d5dfca7af35 Mon Sep 17 00:00:00 2001 From: martinjrobins Date: Tue, 10 Dec 2024 16:19:44 +0000 Subject: [PATCH] try 18 again --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebf2317..76e76c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - "15" - "16" - "17" + - "18" toolchain: - stable os: @@ -74,7 +75,7 @@ jobs: uses: KyleMayes/install-llvm-action@v2 if : matrix.os == 'ubuntu-latest' with: - version: ${{ matrix.llvm }}.0 + version: ${{ matrix.llvm }} - name: Install LLVM and Clang (macOS) if : matrix.os == 'macos-13' || matrix.os == 'macos-latest' run: |