From 7cc27cd0ce4063dcdd0bc687938dbf9153138598 Mon Sep 17 00:00:00 2001 From: lystopad Date: Thu, 29 Aug 2024 14:23:05 +0200 Subject: [PATCH] Switch to ubuntu-22.04 runner on release/2.60 branch (#11795) --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 926812c3e3a..2ff71b4b6e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,9 +48,9 @@ on: jobs: build-release: - ## runs-on: ubuntu-22.04 - runs-on: ubuntu-latest-devops-xxlarge - timeout-minutes: 30 + runs-on: ubuntu-22.04 + ## runs-on: ubuntu-latest-devops-xxlarge + timeout-minutes: 120 name: Build Artifacts and multi-platform Docker image, publish draft of the Release Notes steps: @@ -215,4 +215,4 @@ jobs: --target ${GITHUB_RELEASE_TARGET} \ --draft=true \ --title "${{ inputs.release_version }}" \ - --notes "**Improvements:**
- ...coming soon

**Bugfixes:**

- ...coming soon

**Docker images:**

Docker image released:
${{ env.DOCKER_TAGS }}

... coming soon
" \ No newline at end of file + --notes "**Improvements:**
- ...coming soon

**Bugfixes:**

- ...coming soon

**Docker images:**

Docker image released:
${{ env.DOCKER_TAGS }}

... coming soon
"