Skip to content

Commit

Permalink
ci: avoid python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 31, 2023
1 parent 0a22a6f commit ff33542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insider-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'

- name: Clone VSCode repo
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'

- name: Clone VSCode repo
run: ./get_repo.sh
Expand Down

0 comments on commit ff33542

Please sign in to comment.