Skip to content

Commit

Permalink
re-renable x86_64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Matting committed Apr 17, 2024
1 parent f8669dd commit 4b07549
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
# target_arch: [ x86_64, arm64 ]
target_arch: [ arm64 ]
target_arch: [ x86_64, arm64 ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4b07549

Please sign in to comment.