Skip to content

Commit

Permalink
Use the M1 MacOS runner to compile the aarch64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed Apr 3, 2024
1 parent fb6a35d commit ec1ddeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
fail-fast: false
matrix:
include: [
{ os: macos-11.0, host_arch: x86_64, macos_target: x86_64-apple-macos10.12, target_arch: x86_64 },
{ os: macos-11.0, host_arch: x86_64, macos_target: arm64-apple-macos11, target_arch: aarch64 }
{ os: macos-latest, host_arch: x86_64, macos_target: x86_64-apple-macos10.12, target_arch: x86_64 },
{ os: macos-latest, host_arch: aarch64, macos_target: arm64-apple-macos11, target_arch: aarch64 }
]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ec1ddeb

Please sign in to comment.