From b4274705d6374cc17958eea89d185f8ef3dd203d Mon Sep 17 00:00:00 2001 From: martinjrobins Date: Wed, 10 Jul 2024 08:43:36 +0000 Subject: [PATCH] try again --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3506f8..219dc84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,13 +24,13 @@ jobs: - run: cargo fmt --all -- --check unit-tests: - name: Tests - ${{ matrix.os }} - ${{ matrix.toolchain }} + name: Tests - ${{ matrix.os }} - ${{ matrix.toolchain }} - ${{ matrix.llvm }} runs-on: ubuntu-latest strategy: matrix: llvm: - - 14 - - 15 + - "14" + - "15" toolchain: - stable os: