From 426fee3568f38cdcbd8eccbeb0385853009aa1e8 Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:53:34 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/ci-post-release-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-post-release-validation.yml b/.github/workflows/ci-post-release-validation.yml index a1f6a0883..bc1bd3d1e 100644 --- a/.github/workflows/ci-post-release-validation.yml +++ b/.github/workflows/ci-post-release-validation.yml @@ -11,7 +11,7 @@ permissions: jobs: validate: name: Validate Published Release - runs-on: ubuntu-22.04 + runs-on: blacksmith-4vcpu-ubuntu-2204 timeout-minutes: 15 steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4