From 8e256c1668f5ff1c9aa59b4af8ee55480375aa20 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Tue, 9 Jul 2024 18:50:06 +0800 Subject: [PATCH] ci: Switch over to larger runners --- .github/workflows/release-dry-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index 750139a86..6ee749be0 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # Use macos-14 as macos-13 runner is only offered for x86_64 - platform: ['ubuntu-20.04', 'macos-14'] + platform: ['ubuntu-20.04-16core-graph-team', 'macos-13-xlarge'] config: ['debug', 'release'] runs-on: ${{ matrix.platform }} env: