Skip to content

Commit 0a9c58a

Browse files
committed
Pin runs-on image: ubuntu-latest -> ubuntu-22.04
1 parent cdc95f6 commit 0a9c58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: github.ref == 'refs/heads/main'
5454
# TODO: This workflows depend on Ubuntu version.
5555
# https://github.com/AkhileshNS/heroku-deploy/issues/186
56-
runs-on: ubuntu:22.04
56+
runs-on: ubuntu-22.04
5757
steps:
5858
- uses: actions/checkout@v3
5959
- uses: akhileshns/[email protected]

0 commit comments

Comments
 (0)