Skip to content

Commit beeb868

Browse files
committed
Use Ubuntu 22.04 in GH docker-image workflow.
1 parent 8c1bde5 commit beeb868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build-and-push-app:
1717
# This only makes sense to run for pastvu owned repo.
1818
if: github.repository_owner == 'pastvu'
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
steps:
2121
- uses: actions/checkout@v4
2222

0 commit comments

Comments
 (0)