Skip to content

Commit

Permalink
ci: use macos-latest to build aarch64 platform (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
pewsheen authored May 27, 2024
1 parent b6824a9 commit 8e1c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
fail-fast: false
matrix:
platform:
- { target: aarch64-apple-darwin, os: macos-14 }
- { target: aarch64-apple-darwin, os: macos-latest }
- { target: x86_64-apple-darwin, os: macos-13 }
runs-on: ${{ matrix.platform.os }}
env:
Expand Down

0 comments on commit 8e1c038

Please sign in to comment.