Skip to content

Commit 905f0e9

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
workflows: use ubuntu-latest on all jobs
GitHub has retired 20.04 and jobs using it no longer run. Signed-off-by: John Mulligan <[email protected]>
1 parent cc985a0 commit 905f0e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: run the tests
5252
run: make test
5353
podmanbuild:
54-
runs-on: ubuntu-20.04
54+
runs-on: ubuntu-latest
5555
# don't run on push, since the "push" job contains the
5656
# image build step, so no need to do it twice.
5757
if: github.event_name == 'pull_request'
@@ -91,8 +91,7 @@ jobs:
9191
run: make CONTAINER_CMD=docker image-build
9292
test-kubernetes:
9393
#runs-on: ubuntu-latest
94-
# need to explicitly use 20.04 to avoid problems with jq...
95-
runs-on: ubuntu-20.04
94+
runs-on: ubuntu-latest
9695
env:
9796
CONTAINER_CMD: docker
9897
PR_NUM: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)