From f6b541dbedcc3ae719dd3d1d0f889f2ca8e0f7d6 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 30 Jan 2024 18:29:13 +0000 Subject: chore(ci): use github m1 for release builds (#1658) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d1e12483..f6e335bc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: - { os: ubuntu-20.04 , target: x86_64-unknown-linux-gnu } - { os: ubuntu-20.04 , target: aarch64-unknown-linux-gnu } - { os: macos-12 , target: x86_64-apple-darwin } - - { os: self-hosted , target: aarch64-apple-darwin } + - { os: macos-14 , target: aarch64-apple-darwin } steps: - name: Check for release id: is-release -- cgit v1.3.1