From 723d0e19b2a22f944c4809b254e36697baccea9a Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Wed, 28 Aug 2024 01:22:50 +0200 Subject: [PATCH] chore(ci): move mac builds over to arm box --- .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 0d382045b7..e07012e8ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,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