From 1df08132744c61bb30d5bb5611263b871616f5fa Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Mon, 9 Sep 2024 11:36:31 +0200 Subject: [PATCH] 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 ## Notes & open questions ## 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. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e1fe273c4..6f86e97686 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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