From a65ebd617afcfb005b537c92c8a19cc66945b6e2 Mon Sep 17 00:00:00 2001 From: Venktesh Shivam Patel Date: Fri, 10 Oct 2025 11:33:23 +0100 Subject: [PATCH] Update release with f5 runner (#8402) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ceaaf167b..7119e9063d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -501,7 +501,7 @@ jobs: azure-upload: if: ${{ ! cancelled() && ! failure() && ! contains(inputs.skip_step, 'azure-upload') }} name: Upload packages to Azure - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-amd64 needs: [variables, binaries] permissions: id-token: write @@ -545,7 +545,7 @@ jobs: github-release: if: ${{ ! cancelled() && ! failure() && ! contains(inputs.skip_step, 'github-release') }} name: Publish release to GitHub - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-amd64 needs: [variables, binaries, release-oss, release-plus-gcr-nginx] permissions: contents: write # to modify the release