From d0a9673b6182a1a4c1389d71cf5b5e43528c5489 Mon Sep 17 00:00:00 2001 From: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com> Date: Mon, 31 Aug 2026 01:26:42 -0700 Subject: [PATCH] Move pkg-pr-new mac leg and graph-slices to blacksmith --- .github/workflows/graph-slices.yml | 2 +- .github/workflows/pkg-pr-new.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/graph-slices.yml b/.github/workflows/graph-slices.yml index 35768a0ac..9102c93df 100644 --- a/.github/workflows/graph-slices.yml +++ b/.github/workflows/graph-slices.yml @@ -19,7 +19,7 @@ permissions: jobs: slices: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 timeout-minutes: 20 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pkg-pr-new.yml b/.github/workflows/pkg-pr-new.yml index 9af29d804..1966249d5 100644 --- a/.github/workflows/pkg-pr-new.yml +++ b/.github/workflows/pkg-pr-new.yml @@ -36,7 +36,7 @@ jobs: include: - runner: blacksmith-4vcpu-ubuntu-2404 target: executor-linux-x64 - - runner: macos-14 + - runner: blacksmith-6vcpu-macos-latest target: executor-darwin-arm64 runs-on: ${{ matrix.runner }} steps: