Skip to content

Commit

Permalink
Don't force setuptools install on macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Apr 30, 2024
1 parent 516391a commit 780567e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

Build-for-mac-x86_64:
name: Run npm on x86_64 macos
runs-on: macos-13 #As of Apr 2024 macos-13 will give an intel host and macos-14 will be aarm64
runs-on: macos-12 #As of Apr 2024 macos-12 will give an intel host and macos-14 will be aarm64
defaults:
run:
working-directory: 'UI' # Here the path to the folder where package-lock.json is located.
Expand Down Expand Up @@ -77,7 +77,6 @@ jobs:
node-version: '19.x'
- name: Install Electron and build
run: |
python3 -m pip install --break-system-packages setuptools
npm install electron-rebuild -g
npm install electron-builder -g
npm install
Expand Down

0 comments on commit 780567e

Please sign in to comment.