From 6aa044a70a07abc590d8663969dd2dc15bb29dbf Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 22 Apr 2024 22:28:01 +0000 Subject: [PATCH] x --- .github/workflows/node-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 8776ab3e9..4a3faebfe 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - if: ${{ matrix.os }} == "macos-latest" + - if: matrix.os == "macos-latest" run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer - name: System info run: |