Skip to content

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/node-gyp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version: ["22"]
13-
os: [macos-13, macos-latest, ubuntu-latest, windows-latest]
13+
os: [macos-13, macos-latest, ubuntu-latest, windows-latest, windows-2025]
1414
python-version: ["3.9", "3.11", "3.13"]
1515
runs-on: ${{ matrix.os }}
1616
steps:
@@ -47,7 +47,6 @@ jobs:
4747
cp -r gyp-next node-gyp/gyp
4848
- name: Run tests (macOS or Linux)
4949
if: runner.os != 'Windows'
50-
shell: bash
5150
run: |
5251
cd node-gyp
5352
npm test --python="${pythonLocation}/python"

0 commit comments

Comments
 (0)