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"