Skip to content

Commit

Permalink
feat: use macos-13 runner for apple x64 builds
Browse files Browse the repository at this point in the history
* the `macos-13` runner uses a later version of MacOS (12 -> 13) and has an extra core which should speed up builds
  • Loading branch information
QEDK committed Mar 30, 2024
1 parent bc46535 commit 74fbeb8
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 @@ -72,7 +72,7 @@ jobs:
path: target/maxperf/avail-light-apple-arm64.tar.gz

binary_apple_x86_64:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: install cargo deps and build avail
Expand Down

0 comments on commit 74fbeb8

Please sign in to comment.