From 6732a784bf2b77dcc2fef7bf46d2f2d2be603383 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Tue, 13 Jan 2026 13:13:46 +0200 Subject: [PATCH] chore: change image to ubuntu-24.04-16core for publish-release --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 06ebd9a01d9e..85df9fce692e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -233,7 +233,7 @@ jobs: publish-release: permissions: contents: write # for softprops/action-gh-release to create GitHub release - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-16core if: github.repository == 'codefresh-io/argo-workflows' needs: [push-images, test-images-linux-amd64, test-images-windows] env: