From afc34dedca335ff604f7b672ac933f6a33bd04d8 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Wed, 3 Jan 2024 12:24:28 +0000 Subject: [PATCH] Update electron-release.yml --- .github/workflows/electron-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index aa074caf..5dea015b 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -36,11 +36,10 @@ jobs: runs-on: macos-latest steps: - # Install Python 2.7 or a compatible version for node-gyp - name: Set up Python uses: actions/setup-python@v2 with: - python-version: "2.7" # or another compatible version + python-version: "3.9" # or another compatible version - name: Check out Git repository uses: actions/checkout@v1