Skip to content

Commit a40c064

Browse files
authored
Update visual-studio.yml
1 parent a095cd0 commit a40c064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/visual-studio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
steps:
2828
- name: Checkout Repository
2929
uses: actions/checkout@v4
30-
- name: Use Python 3.13
30+
- name: Use Python 3.12
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: "3.13"
33+
python-version: "3.12"
3434
- name: Install Dependencies
3535
run: npm install
3636
- name: Run Node tests

0 commit comments

Comments
 (0)