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: |