Skip to content

Commit

Permalink
Set CI docker version to 22.04 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen authored Jul 11, 2024
1 parent 895f1b6 commit c1c566e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
integration:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- name: Checkout cri-dockerd
Expand Down Expand Up @@ -61,7 +61,8 @@ jobs:
stable"
sudo apt-get update
sudo apt-cache madison docker-ce
sudo apt-get install docker-ce docker-ce-cli containerd.io
VERSION_STRING=5:26.1.4-1~ubuntu.22.04~jammy
sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io
# Restart docker daemon.
sudo service docker restart
Expand Down

0 comments on commit c1c566e

Please sign in to comment.