From f83aaf3d6d249722713aa9dbfedb3dd654b02d84 Mon Sep 17 00:00:00 2001 From: RoyalOughtness <129108030+RoyalOughtness@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:28:12 -0700 Subject: [PATCH] chore(build): switch back to github large runners until blacksmith is fixed --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99730263..a6cca677 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: if: github.triggering_actor == 'royaloughtness' timeout-minutes: 180 needs: buildsrpm - runs-on: ${{ inputs.arch == 'x86_64' && 'blacksmith-32vcpu-ubuntu-2404' || 'blacksmith-32vcpu-ubuntu-2404-arm' }} + runs-on: ${{ inputs.arch == 'x86_64' && 'ubuntu-24.04-64core' || 'ubuntu-24.04-arm-64core' }} container: image: ${{ inputs.arch == 'x86_64' && 'fedora:42@sha256:89ed3ea10de7194c36524a290665960ddd4dae876a40beeadde2a9b4a0276681' || 'fedora:42@sha256:b6e8a32686d8bbe7a7e562d7215272a9b96b44c40e37f561ef807d112fde45d0' }} options: --privileged