From b26d6ebfcd7e4a12024363cd9743747597a18805 Mon Sep 17 00:00:00 2001 From: John McBride Date: Thu, 27 Aug 2026 11:23:18 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(ci):=20right-size=20Depot?= =?UTF-8?q?=20runners=20(PCC-1288)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/nightly.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbc0cd9..c0fe813 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ concurrency: jobs: check: name: Lint & Test - runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'ubuntu-24.04' || 'depot-ubuntu-24.04' }} + runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'ubuntu-24.04' || 'depot-ubuntu-24.04-8' }} steps: - name: Checkout repository @@ -129,7 +129,7 @@ jobs: build: name: Build - runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'ubuntu-24.04' || 'depot-ubuntu-24.04' }} + runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'ubuntu-24.04' || 'depot-ubuntu-24.04-8' }} steps: - name: Checkout repository diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index b9678ff..47dca07 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -44,7 +44,7 @@ jobs: build: needs: check if: needs.check.outputs.should_build == 'true' - runs-on: depot-ubuntu-24.04 + runs-on: depot-ubuntu-24.04-8 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a70056f..7b3808a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ on: jobs: release: - runs-on: depot-ubuntu-24.04 + runs-on: depot-ubuntu-24.04-8 permissions: contents: write