From 3e55c63f0cbb2d3624325cf9154e4318088372e5 Mon Sep 17 00:00:00 2001 From: Egor_P Date: Wed, 10 Dec 2025 15:50:44 +0100 Subject: [PATCH] [Release|CI/CD] Fix Create polkadot-vX.YY.Z tag flow (#10551) Switch to `ubuntu-latest` (cherry picked from commit 0f0f0aeb9548d8d38bd688422bb2f319c14cf678) --- .github/workflows/release-60_create-old-release-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-60_create-old-release-tag.yml b/.github/workflows/release-60_create-old-release-tag.yml index a39e36502419f..0624ee485ff2b 100644 --- a/.github/workflows/release-60_create-old-release-tag.yml +++ b/.github/workflows/release-60_create-old-release-tag.yml @@ -7,7 +7,7 @@ on: jobs: create-old-release-tag: - runs-on: parity-default + runs-on: ubuntu-latest environment: release env: PGP_KMS_KEY: ${{ secrets.PGP_KMS_SIGN_COMMITS_KEY }}