Skip to content

Commit

Permalink
fix: sets release action to use ubuntu-20.04
Browse files Browse the repository at this point in the history
Sets release action to use Ubuntu-20.04 because it's needed for pkg_tar (bazelbuild/bazel#11554) since python2 was removed from Ubuntu after 20.04.
  • Loading branch information
amuramoto committed Jan 12, 2023
1 parent 767a71b commit 917895a
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 @@ -21,7 +21,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
GOOGLE_MAPS_JS_SAMPLES_KEY: "${{ secrets.GOOGLE_MAPS_JS_SAMPLES_KEY }}"
steps:
Expand Down

0 comments on commit 917895a

Please sign in to comment.