From 35730262f55cbee1018d732b9a6369b1dce31c68 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Wed, 3 Jan 2024 12:40:34 +0000 Subject: [PATCH] Update electron-release.yml (#571) * Update electron-release.yml * Update electron-release.yml --- .github/workflows/electron-release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index aa074caf..93abc931 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 @@ -59,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: