From f9e773f05db7dfa72f8c7ef79e24f7eabbab918f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 7 Jan 2025 06:05:12 +0100 Subject: [PATCH] DRAFT: Test on GitHub Actions windows-2025 image https://learn.microsoft.com/en-us/windows-server/get-started/windows-server-release-info https://learn.microsoft.com/en-us/windows-server/get-started/whats-new-windows-server-2025 * actions/runner-images#11228 * nodejs/node-gyp#3116 --- .github/workflows/node-gyp.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node-gyp.yml b/.github/workflows/node-gyp.yml index 72b0d9c..22cb5a6 100644 --- a/.github/workflows/node-gyp.yml +++ b/.github/workflows/node-gyp.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: node-version: ["22"] - os: [macos-13, macos-latest, ubuntu-latest, windows-latest] + os: [macos-13, macos-latest, ubuntu-latest, windows-latest, windows-2025] python-version: ["3.9", "3.11", "3.13"] runs-on: ${{ matrix.os }} steps: @@ -47,7 +47,6 @@ jobs: cp -r gyp-next node-gyp/gyp - name: Run tests (macOS or Linux) if: runner.os != 'Windows' - shell: bash run: | cd node-gyp npm test --python="${pythonLocation}/python"