From e658a1cf0b5c356a73fb767798324fbc9554a7ee Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Tue, 7 Nov 2023 19:24:04 +0100 Subject: [PATCH] build: use specific python version --- .github/workflows/insider-macos.yml | 5 +++++ .github/workflows/stable-macos.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/insider-macos.yml b/.github/workflows/insider-macos.yml index 3c9493b..dbd7864 100644 --- a/.github/workflows/insider-macos.yml +++ b/.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 }} diff --git a/.github/workflows/stable-macos.yml b/.github/workflows/stable-macos.yml index 61dfd98..eea4443 100644 --- a/.github/workflows/stable-macos.yml +++ b/.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