Skip to content

Commit

Permalink
DRAFT: Test on GitHub Actions windows-2025 image
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 7, 2025
1 parent f9e773f commit 19bb6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-latest, ubuntu-latest, windows-latest]
os: [macos-13, macos-latest, ubuntu-latest, windows-latest, windows-2025]
python: ["3.9", "3.11", "3.13"]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 19bb6e6

Please sign in to comment.