Skip to content

Commit

Permalink
ci: switch to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes authored and mkroening committed Sep 2, 2024
1 parent 526d707 commit 050a7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

test:
name: Setup, build and test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Install CRI-O
Expand All @@ -36,7 +36,7 @@ jobs:
export DEBIAN_FRONTEND=noninteractive
apt update --fix-missing
apt-get install -y curl gnupg tree conntrack
export OS=xUbuntu_20.04
export OS=xUbuntu_22.04
export VERSION=1.25
echo "deb [signed-by=/usr/share/keyrings/libcontainers-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
echo "deb [signed-by=/usr/share/keyrings/libcontainers-crio-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$VERSION/$OS/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:$VERSION.list
Expand Down

0 comments on commit 050a7c6

Please sign in to comment.