diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c969c10..f8f124d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: set -euxo pipefail mkdir -p test/.tmp/debian-kernels/arm64 printf '%s\0' \ - linux-image-6.1.0-15-cloud-arm64-unsigned_6.1.66-1_arm64.deb \ + linux-image-6.1.0-16-cloud-arm64-unsigned_6.1.67-1_arm64.deb \ | xargs -0 -t -P0 -I {} wget -nd -nv -P test/.tmp/debian-kernels/arm64 ftp://ftp.us.debian.org/debian/pool/main/l/linux/{} # TODO: Remove this and run the integration tests on the local machine when they pass on 5.15. @@ -201,7 +201,7 @@ jobs: set -euxo pipefail mkdir -p test/.tmp/debian-kernels/amd64 printf '%s\0' \ - linux-image-6.1.0-15-cloud-amd64-unsigned_6.1.66-1_amd64.deb \ + linux-image-6.1.0-16-cloud-amd64-unsigned_6.1.67-1_amd64.deb \ | xargs -0 -t -P0 -I {} wget -nd -nv -P test/.tmp/debian-kernels/amd64 ftp://ftp.us.debian.org/debian/pool/main/l/linux/{} # TODO: Remove this and run the integration tests on the local machine when they pass on 5.15.