Skip to content

Commit

Permalink
Switch to ubuntu-22.04 runner on release/2.60 branch (#11795)
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad authored Aug 29, 2024
1 parent 9746e6a commit 7cc27cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -215,4 +215,4 @@ jobs:
--target ${GITHUB_RELEASE_TARGET} \
--draft=true \
--title "${{ inputs.release_version }}" \
--notes "**Improvements:**<br>- ...coming soon <br><br>**Bugfixes:**<br><br>- ...coming soon<br><br>**Docker images:**<br><br>Docker image released:<br> ${{ env.DOCKER_TAGS }}<br><br>... coming soon<br>"
--notes "**Improvements:**<br>- ...coming soon <br><br>**Bugfixes:**<br><br>- ...coming soon<br><br>**Docker images:**<br><br>Docker image released:<br> ${{ env.DOCKER_TAGS }}<br><br>... coming soon<br>"

0 comments on commit 7cc27cd

Please sign in to comment.