Skip to content

Commit

Permalink
Merge pull request #340 from HASEL-UZH/dev
Browse files Browse the repository at this point in the history
Update build
  • Loading branch information
SRichner authored Oct 29, 2024
2 parents 3708999 + 388864d commit 20f5998
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 @@ -16,8 +16,6 @@ jobs:
working-directory: src/electron
strategy:
matrix:
os: [windows-latest, macos-latest]
mac_arch: [arm64, x64]
include:
- os: windows-latest
- os: macos-latest
Expand All @@ -44,6 +42,7 @@ jobs:
fi
else
npm run build
fi
env:
MAC_ARCH_TYPE: ${{ matrix.mac_arch == 'arm64' && 'AppleSilicon' || 'Intel' }}
APPLE_ID: ${{ secrets.APPLE_ID }}
Expand Down

0 comments on commit 20f5998

Please sign in to comment.