Skip to content

Commit

Permalink
correct label
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 2, 2024
1 parent 694c766 commit f24d9f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
run: npm install --loglevel verbose && npm run prebuild
shell: bash

# # macOS arm64 builds are universal macOS binaries. We copy the arm64 build
# # into the location that prebuild expects for a x64 build so we can
# # install on both architectures.
# - name: copy universal macos binary to platform specific binaries
# if: ${{ matrix.os == 'macos-latest' }}
# shell: bash
# run: bash etc/make-macos-x64-build.sh

- id: upload
name: Upload prebuild
uses: actions/upload-artifact@v4
Expand Down
7 changes: 0 additions & 7 deletions etc/make-macos-x64-build.sh

This file was deleted.

0 comments on commit f24d9f0

Please sign in to comment.