From c118a5392e42e84b8d3291990a0df2ddfc7a2634 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 16 Mar 2025 14:29:24 -0700 Subject: [PATCH] ci: use `macos-latest-xlarge` (#2123) --- .github/workflows/checks.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index df91e1b9..24297747 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -5,7 +5,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: macos-latest-xlarge steps: - uses: actions/checkout@v4 - uses: actions/cache@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e57dc6ca..3198c4c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: jobs: release: - runs-on: ubuntu-latest + runs-on: macos-latest-xlarge permissions: contents: read id-token: write