From 7f8e370d1ef97e9f5f668721c5896f12f16a18f9 Mon Sep 17 00:00:00 2001 From: Reese Williams Date: Wed, 20 Dec 2023 06:12:38 +0000 Subject: [PATCH] Use new mac ARM runners --- .github/workflows/ci.yml | 2 +- .github/workflows/preview-release.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8db8a75f..3f8b41d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: target: native - os: ubuntu-20.04 target: native - - os: macos-latest + - os: macos-latest-xlarge target: native - os: ubuntu-20.04 target: aarch64-unknown-linux-gnu diff --git a/.github/workflows/preview-release.yaml b/.github/workflows/preview-release.yaml index 0405f631..18d803b7 100644 --- a/.github/workflows/preview-release.yaml +++ b/.github/workflows/preview-release.yaml @@ -39,7 +39,7 @@ jobs: include: - os: ubuntu-20.04 target: native - - os: macos-latest + - os: macos-latest-xlarge target: native - os: ubuntu-20.04 target: aarch64-unknown-linux-gnu diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ef26a6f..9e8878d5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: include: - os: ubuntu-20.04 target: native - - os: macos-latest + - os: macos-latest-xlarge target: native - os: ubuntu-20.04 target: aarch64-unknown-linux-gnu