From c648c52392be46241df8484e128dceee45fb5dba Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 28 Mar 2025 07:22:21 -0700 Subject: [PATCH] ci: make macos runners larger --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 443664e49..b1fefc8df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,12 +40,12 @@ jobs: if: github.event_name == 'merge_group' uses: ./.github/workflows/build.yml with: - os: macos-13 + os: macos-latest-large build_aarch64-darwin: uses: ./.github/workflows/build.yml with: - os: macos-latest + os: macos-latest-xlarge test_x86_64-linux: uses: ./.github/workflows/test.yml @@ -65,14 +65,14 @@ jobs: uses: ./.github/workflows/test.yml needs: build_aarch64-darwin with: - os: macos-13 + os: macos-latest-large test_aarch64-darwin: if: github.event_name == 'merge_group' uses: ./.github/workflows/test.yml needs: build_aarch64-darwin with: - os: macos-latest + os: macos-latest-xlarge vm_tests_smoke: if: github.event_name != 'merge_group'