Explorar o código

build: use specific python version

Baptiste Augrain hai 1 ano
pai
achega
e658a1cf0b
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  1. 5 0
      .github/workflows/insider-macos.yml
  2. 5 0
      .github/workflows/stable-macos.yml

+ 5 - 0
.github/workflows/insider-macos.yml

@@ -55,6 +55,11 @@ jobs:
         with:
         with:
           node-version: '18.17'
           node-version: '18.17'
 
 
+      - name: Setup Python 3
+        uses: actions/setup-python@v4
+        with:
+          python-version: '3.11'
+
       - name: Clone VSCode repo
       - name: Clone VSCode repo
         env:
         env:
           RELEASE_VERSION: ${{ github.event.inputs.release_version }}
           RELEASE_VERSION: ${{ github.event.inputs.release_version }}

+ 5 - 0
.github/workflows/stable-macos.yml

@@ -52,6 +52,11 @@ jobs:
         with:
         with:
           node-version: '18.17'
           node-version: '18.17'
 
 
+      - name: Setup Python 3
+        uses: actions/setup-python@v4
+        with:
+          python-version: '3.11'
+
       - name: Clone VSCode repo
       - name: Clone VSCode repo
         run: . get_repo.sh
         run: . get_repo.sh