Skip to content

Commit

Permalink
Pin runs-on image: ubuntu-latest -> ubuntu:22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Dec 19, 2024
1 parent a0c6a92 commit cdc95f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:
deploy:
needs: test
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
# TODO: This workflows depend on Ubuntu version.
# https://github.com/AkhileshNS/heroku-deploy/issues/186
runs-on: ubuntu:22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: akhileshns/heroku-deploy@v3.13.15
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit cdc95f6

Please sign in to comment.