We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arm
1 parent c1f8e04 commit fe29970Copy full SHA for fe29970
.github/workflows/build.yml
@@ -64,6 +64,7 @@ jobs:
64
os:
65
- ubuntu-20.04
66
- macos-latest
67
+ - macos-14
68
- windows-2019
69
name: Prebuild on ${{ matrix.os }}
70
runs-on: ${{ matrix.os }}
@@ -84,10 +85,6 @@ jobs:
84
85
run: |
86
${{ env.NODE_BUILD_CMD }} --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
87
${{ env.ELECTRON_BUILD_CMD }} --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
- - 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 }}
91
92
prebuild-alpine:
93
name: Prebuild on alpine
0 commit comments