Skip to content

Commit fe29970

Browse files
m4heshdArGeoph
authored andcommitted
Build arm based macOS builds natively (WiseLibs#1135)
1 parent c1f8e04 commit fe29970

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
os:
6565
- ubuntu-20.04
6666
- macos-latest
67+
- macos-14
6768
- windows-2019
6869
name: Prebuild on ${{ matrix.os }}
6970
runs-on: ${{ matrix.os }}
@@ -84,10 +85,6 @@ jobs:
8485
run: |
8586
${{ env.NODE_BUILD_CMD }} --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
8687
${{ env.ELECTRON_BUILD_CMD }} --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
87-
- if: matrix.os == 'macos-latest'
88-
run: |
89-
${{ env.NODE_BUILD_CMD }} --arch arm64 -u ${{ secrets.GITHUB_TOKEN }}
90-
${{ env.ELECTRON_BUILD_CMD }} --arch arm64 -u ${{ secrets.GITHUB_TOKEN }}
9188
9289
prebuild-alpine:
9390
name: Prebuild on alpine

0 commit comments

Comments
 (0)