Skip to content

Commit 1a9a078

Browse files
authored
DRAFT: Test on GitHub Actions windows-2025 image
* actions/runner-images#11228
1 parent 94448fc commit 1a9a078

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/visual-studio.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ jobs:
2121
msvs-verison: 2019
2222
- os: windows-2022
2323
msvs-version: 2022
24+
- os: windows-2025
25+
msvs-version: 2025
2426
runs-on: ${{ matrix.os }}
2527
steps:
2628
- name: Checkout Repository
2729
uses: actions/checkout@v4
28-
- name: Use Python 3.12
30+
- name: Use Python 3.13
2931
uses: actions/setup-python@v5
3032
with:
31-
python-version: "3.12"
33+
python-version: "3.13"
3234
- name: Install Dependencies
3335
run: npm install
3436
- name: Run Node tests

0 commit comments

Comments
 (0)