Skip to content

Commit

Permalink
chore(ci): move mac builds over to arm box (#2675)
Browse files Browse the repository at this point in the history
## Description

Time to retire the x64 box. It's both slow and limits our bandwidth on
the main CI pipe. This job is a relic from a time where we didn't yet
have m1 runners.

I've tested the workflow manually and things seem to be fine.

## Breaking Changes

<!-- Optional, if there are any breaking changes document them,
including how to migrate older code. -->

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [x] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [x] Tests if relevant.
- [ ] All breaking changes documented.
  • Loading branch information
Arqu committed Sep 9, 2024
1 parent b6a64e0 commit 1df0813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
release-os: darwin
release-arch: x86_64
cargo_targets: "x86_64-apple-darwin"
runner: [self-hosted, macOS, X64]
runner: [self-hosted, macOS, ARM64]
- name: macOS-arm-latest
os: macOS-latest
release-os: darwin
Expand Down

0 comments on commit 1df0813

Please sign in to comment.