Skip to content

Commit

Permalink
Use pub-hk-ubuntu-22.04-medium runner for releases (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Mar 23, 2023
1 parent 63cf068 commit b5e547a
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 @@ -9,7 +9,7 @@ on:
jobs:
release:
name: Release ${{ github.event.inputs.requested_buildpack_id }}
runs-on: ubuntu-20.04 # ubuntu-latest currently resolves to 18.04 which does not have aws-cli 2.x yet
runs-on: pub-hk-ubuntu-22.04-medium
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit b5e547a

Please sign in to comment.