Skip to content

Commit

Permalink
Build: accept failed signature on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Nov 24, 2023
1 parent abc6ecc commit 905d5f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ jobs:
/usr/bin/codesign --force -s $MACOS_IDENTITY_ID ./build/rebol3-base-macos-arm64 -v
/usr/bin/codesign --force -s $MACOS_IDENTITY_ID ./build/rebol3-core-macos-arm64 -v
/usr/bin/codesign --force -s $MACOS_IDENTITY_ID ./build/rebol3-bulk-macos-arm64 -v
continue-on-error: true

- name: Test x64 macOS versions
run: |
./build/rebol3-base-macos-x64 -v
Expand Down

0 comments on commit 905d5f6

Please sign in to comment.