From 6802d50ab2e1eccf03fd5fc7f5ffaad9aabffec9 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 29 Dec 2024 13:47:26 -0800 Subject: [PATCH] Revert "ci: use macos xlarge runner" This reverts commit c58ec24543dec1059a317e38234cf04f193b0fe1. --- .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 24297747..df91e1b9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -5,7 +5,7 @@ on: jobs: test: - runs-on: macos-latest-xlarge + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/cache@v4