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 b456f67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
c9s-bootc-e2e:
runs-on: ubuntu-latest
steps:
- name: Update everything
run: |
set -xeuo pipefail
sudo apt purge snapd
sudo apt update && sudo apt upgrade
# 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 b456f67

Please sign in to comment.