Skip to content

Commit 3df8789

Browse files
authored
chore: Windows 2019 has been removed from GitHub Actions (#3190)
* actions/runner-images#12045
1 parent 0e65632 commit 3df8789

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/visual-studio.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
max-parallel: 8
1818
matrix:
1919
include:
20-
- os: windows-2019
21-
msvs-version: 2019
2220
- os: windows-2022
2321
msvs-version: 2022
2422
- os: windows-2025
@@ -27,10 +25,10 @@ jobs:
2725
steps:
2826
- name: Checkout Repository
2927
uses: actions/checkout@v4
30-
- name: Use Python 3.12
28+
- name: Use Python 3
3129
uses: actions/setup-python@v5
3230
with:
33-
python-version: "3.12"
31+
python-version: "3.x"
3432
- name: Install Dependencies
3533
run: npm install
3634
- name: Run Node tests

0 commit comments

Comments
 (0)