Skip to content

Commit

Permalink
Use ip-whitelisted runner for releasing buildpacks (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis authored May 9, 2023
1 parent cc779e2 commit 873b878
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 @@ permissions:
jobs:
release:
name: Release heroku/go
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-small
steps:

- id: checkout
Expand Down

0 comments on commit 873b878

Please sign in to comment.