build: use specific python version
This commit is contained in:
parent
f3a6b9555b
commit
e658a1cf0b
2 changed files with 10 additions and 0 deletions
5
.github/workflows/insider-macos.yml
vendored
5
.github/workflows/insider-macos.yml
vendored
|
@ -55,6 +55,11 @@ jobs:
|
|||
with:
|
||||
node-version: '18.17'
|
||||
|
||||
- name: Setup Python 3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Clone VSCode repo
|
||||
env:
|
||||
RELEASE_VERSION: ${{ github.event.inputs.release_version }}
|
||||
|
|
5
.github/workflows/stable-macos.yml
vendored
5
.github/workflows/stable-macos.yml
vendored
|
@ -52,6 +52,11 @@ jobs:
|
|||
with:
|
||||
node-version: '18.17'
|
||||
|
||||
- name: Setup Python 3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Clone VSCode repo
|
||||
run: . get_repo.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue