Skip to content

Commit

Permalink
github/workflows: Update ubuntu-latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Jun 20, 2024
1 parent f90b45e commit 8e33076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
c9s-bootc-e2e:
runs-on: ubuntu-latest
steps:
- name: Update everything
run: |
set -xeuo pipefail
sudo apt update && sudo apt upgrade runc skopeo
# We use docker to build because it updates to the latest, whereas right now ubuntu-latest
# has podman and buildah from ~2021 (insane!)
- name: Set up Docker Buildx
Expand Down

0 comments on commit 8e33076

Please sign in to comment.