github: use larger instance type for prepare-release release step. (#23374)

This commit is contained in:
James Rasell
2024-06-18 14:36:40 +01:00
committed by GitHub
parent 7dcb9fcf76
commit 54115a1b37

View File

@@ -23,7 +23,7 @@ env:
jobs:
prepare-release:
runs-on: ${{ endsWith(github.repository, '-enterprise') && fromJSON('["self-hosted", "ondemand", "linux"]') || 'ubuntu-20.04' }}
runs-on: ${{ endsWith(github.repository, '-enterprise') && fromJSON('["self-hosted", "ondemand", "linux", "type=m7a.2xlarge;m6a.2xlarge"]') || 'ubuntu-20.04' }}
outputs:
build-ref: ${{ steps.commit-change-push.outputs.build-ref }}
steps: