From c58ec24543dec1059a317e38234cf04f193b0fe1 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 29 Dec 2024 13:32:46 -0800 Subject: [PATCH] ci: use macos xlarge runner --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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