Skip to content

Commit 19bb6e6

Browse files
authored
DRAFT: Test on GitHub Actions windows-2025 image
1 parent f9e773f commit 19bb6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [macos-13, macos-latest, ubuntu-latest, windows-latest]
12+
os: [macos-13, macos-latest, ubuntu-latest, windows-latest, windows-2025]
1313
python: ["3.9", "3.11", "3.13"]
1414

1515
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)