From 96e7e63ea08d2b4d30382012429a9e99b7acaf7d Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 28 Mar 2025 11:09:04 -0400 Subject: [PATCH] Bigger runners thank you --- .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 7c1ef3cda..b363f9951 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,13 +42,13 @@ jobs: if: github.event_name == 'merge_group' uses: ./.github/workflows/build.yml with: - os: macos-latest-large + os: namespace-profile-mac-m2-12c28g system: x86_64-darwin build_aarch64-darwin: uses: ./.github/workflows/build.yml with: - os: macos-latest-xlarge + os: namespace-profile-mac-m2-12c28g system: aarch64-darwin test_x86_64-linux: @@ -71,7 +71,7 @@ jobs: needs: build_x86_64-darwin with: if: github.event_name == 'merge_group' - os: macos-latest-large + os: namespace-profile-mac-m2-12c28g system: x86_64-darwin test_aarch64-darwin: @@ -79,7 +79,7 @@ jobs: needs: build_aarch64-darwin with: if: github.event_name == 'merge_group' - os: macos-latest-xlarge + os: namespace-profile-mac-m2-12c28g system: aarch64-darwin vm_tests_smoke: