Skip to content

Commit

Permalink
github: use larger instance type for prepare-release release step. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell authored Jun 18, 2024
1 parent 7dcb9fc commit 54115a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54115a1

Please sign in to comment.