From 2f00c4aa085b4e6f6a61da040115243cfca1571b Mon Sep 17 00:00:00 2001 From: William Rusnack Date: Mon, 8 Jul 2024 16:57:20 -0400 Subject: [PATCH] quotes --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 67fd9ad9..662a0d55 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: - 18.28 steps: - name: Install LLVM 12 - if: ${{ matrix.os == macos-latest && matrix.resolver < 20 }} + if: ${{ matrix.os == 'macos-latest' && matrix.resolver < 20 }} run: | brew install llvm@12 echo "/opt/homebrew/opt/llvm@12/bin" >> "${GITHUB_PATH}"