Skip to content

Commit

Permalink
Revert "Enable mac aarch64"
Browse files Browse the repository at this point in the history
This reverts commit dab0399.
  • Loading branch information
umaumax committed Jun 11, 2021
1 parent dab0399 commit b33adc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
file_name: libstop_the_world.dylib
artifact_name: libstop_the_world-x86_64-apple-darwin.dylib
cross: false
- os: macos-latest
target: aarch64-apple-darwin
file_name: libstop_the_world.dylib
artifact_name: libstop_the_world-aarch64-apple-darwin.dylib
cross: true
# - os: macos-latest
# target: aarch64-apple-darwin
# file_name: libstop_the_world.dylib
# artifact_name: libstop_the_world-aarch64-apple-darwin.dylib
# cross: true

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b33adc6

Please sign in to comment.