Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: run the tests
run: make test
podmanbuild:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
# don't run on push, since the "push" job contains the
# image build step, so no need to do it twice.
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -91,8 +91,7 @@ jobs:
run: make CONTAINER_CMD=docker image-build
test-kubernetes:
#runs-on: ubuntu-latest
# need to explicitly use 20.04 to avoid problems with jq...
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
CONTAINER_CMD: docker
PR_NUM: ${{ github.event.pull_request.number }}
Expand Down
Loading