We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e65632 commit 3df8789Copy full SHA for 3df8789
.github/workflows/visual-studio.yml
@@ -17,8 +17,6 @@ jobs:
17
max-parallel: 8
18
matrix:
19
include:
20
- - os: windows-2019
21
- msvs-version: 2019
22
- os: windows-2022
23
msvs-version: 2022
24
- os: windows-2025
@@ -27,10 +25,10 @@ jobs:
27
25
steps:
28
26
- name: Checkout Repository
29
uses: actions/checkout@v4
30
- - name: Use Python 3.12
+ - name: Use Python 3
31
uses: actions/setup-python@v5
32
with:
33
- python-version: "3.12"
+ python-version: "3.x"
34
- name: Install Dependencies
35
run: npm install
36
- name: Run Node tests
0 commit comments