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.
1 parent 694c766 commit f24d9f0Copy full SHA for f24d9f0
.github/workflows/build.yml
@@ -30,14 +30,6 @@ jobs:
30
run: npm install --loglevel verbose && npm run prebuild
31
shell: bash
32
33
- # # macOS arm64 builds are universal macOS binaries. We copy the arm64 build
34
- # # into the location that prebuild expects for a x64 build so we can
35
- # # install on both architectures.
36
- # - name: copy universal macos binary to platform specific binaries
37
- # if: ${{ matrix.os == 'macos-latest' }}
38
- # shell: bash
39
- # run: bash etc/make-macos-x64-build.sh
40
-
41
- id: upload
42
name: Upload prebuild
43
uses: actions/upload-artifact@v4
etc/make-macos-x64-build.sh
0 commit comments