Skip to content

Commit 1df0813

Browse files
authored
chore(ci): move mac builds over to arm box (#2675)
## 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.
1 parent b6a64e0 commit 1df0813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
release-os: darwin
111111
release-arch: x86_64
112112
cargo_targets: "x86_64-apple-darwin"
113-
runner: [self-hosted, macOS, X64]
113+
runner: [self-hosted, macOS, ARM64]
114114
- name: macOS-arm-latest
115115
os: macOS-latest
116116
release-os: darwin

0 commit comments

Comments
 (0)