浏览代码

build: use specific python version

Baptiste Augrain 1 年之前
父节点
当前提交
e658a1cf0b
共有 2 个文件被更改,包括 10 次插入0 次删除
  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:
           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 - 0
.github/workflows/stable-macos.yml

@@ -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