From d92463783040d1e485623a90dbe8d2b2a865ba02 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 22 Apr 2024 22:30:55 +0000 Subject: [PATCH] x --- .github/workflows/node-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 4a3faebfe..7afd0f728 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-14, windows-latest] node: ["18", "20"] steps: - uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - if: matrix.os == "macos-latest" + - if: matrix.os == 'macos-14' run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer - name: System info run: |