Skip to content

Commit

Permalink
Try MAcOS Arm build
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Apr 7, 2024
1 parent 90bca07 commit 5bdf06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
# macos-latest-large => Intel, macos-latest-xlarge => arm
os: [macos-latest-large, macos-latest-xlarge, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5bdf06c

Please sign in to comment.