Skip to content

Commit

Permalink
feat: use macos-14 for apple arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Feb 19, 2024
1 parent 1f1c13c commit 5ad0fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: target/aarch64-unknown-linux-gnu/maxperf/avail-light-linux-arm64.tar.gz

binary_apple_arm64:
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- name: install cargo deps and build avail
Expand Down

0 comments on commit 5ad0fde

Please sign in to comment.