diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8513d5..31a8dbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,9 +56,9 @@ jobs: - name: Workaround https://github.com/actions/runner-images/issues/7753 shell: bash run: | - curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3_amd64.deb - sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3_amd64.deb - rm --force containernetworking-plugins_1.1.1+ds1-3_amd64.deb + curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb + sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb + rm --force containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb - name: Workaround https://github.com/containers/crun/issues/1308 shell: bash