From 408afd1747368ee31980c90c6aa3bd3c7c041ffe Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Thu, 9 May 2024 17:16:26 +0100 Subject: [PATCH] fixup! only configure on windows --- .github/workflows/nodejs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 720a4bcf..ab2c065f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -11,11 +11,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, macos-14, ubuntu-latest] + os: [macos-13, macos-latest, ubuntu-latest] python: ["3.8", "3.10", "3.12"] - exclude: - - os: macos-14 - python: "3.8" runs-on: ${{ matrix.os }} steps: @@ -64,4 +61,4 @@ jobs: - name: Build Node.js run: | cd node - ./vcbuild.bat + ./vcbuild.bat nobuild