From afc34dedca335ff604f7b672ac933f6a33bd04d8 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Wed, 3 Jan 2024 12:24:28 +0000 Subject: [PATCH 1/2] 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 From 6b8242502bc8748b528455f0257dbfaff8afeb96 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Wed, 3 Jan 2024 12:32:29 +0000 Subject: [PATCH 2/2] Update electron-release.yml --- .github/workflows/electron-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index 5dea015b..93abc931 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -58,8 +58,8 @@ jobs: run: | cd taxonium_electron source download.sh - yarn add macos-alias yarn install + yarn add macos-alias yarn make --arch=arm64 yarn make --arch=x64 env: