From 8a827495ef00bf28b54d7d72d4eb72d1db52f530 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 22 Apr 2024 22:25:13 +0000 Subject: [PATCH] ci(node): use newer xcode --- .github/workflows/node-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 8c55a2fee..8776ab3e9 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -30,6 +30,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} + - if: ${{ matrix.os }} == "macos-latest" + run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer - name: System info run: | rustc -vV @@ -37,6 +39,7 @@ jobs: cargo -vV npm --version node --version + cc --version - name: Cache node modules uses: actions/cache@v4