From 2ddb6623350a10962786c1187e1cca4337bd16ed Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 24 May 2024 12:05:31 +0100 Subject: [PATCH] Fix if statement --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ddd12548..486d5d7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: - name: Install clang shell: "bash -l {0}" - if: ${{ matrix.platform == 'macos-12' }} + if: ${{ matrix.platform }} == 'macos-12' run: | conda activate env conda install -y clang<17