From 93045f17396aff9e301ed91ac1c22acaa494f4fd Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Mon, 11 Nov 2024 11:33:19 -0500 Subject: [PATCH] Bump kernel image revisions 6.1.0-22 seems to have been pulled. Update 6.10.9 -> 6.10.12 while I'm here. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40ad9f95..3a4548ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -277,8 +277,8 @@ jobs: # TODO: enable tests on kernels before 6.0. # linux-image-5.10.0-23-cloud-arm64-unsigned_5.10.179-3_arm64.deb \ printf '%s\0' \ - linux-image-6.1.0-22-cloud-arm64-unsigned_6.1.94-1_arm64.deb \ - linux-image-6.10.9-cloud-arm64-unsigned_6.10.9-1_arm64.deb \ + linux-image-6.1.0-27-cloud-arm64-unsigned_6.1.115-1_arm64.deb \ + linux-image-6.10.12-cloud-arm64-unsigned_6.10.12-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/{} - name: Download debian kernels @@ -290,8 +290,8 @@ jobs: # linux-image-4.19.0-21-cloud-amd64-unsigned_4.19.249-2_amd64.deb \ # linux-image-5.10.0-23-cloud-amd64-unsigned_5.10.179-3_amd64.deb \ printf '%s\0' \ - linux-image-6.1.0-22-cloud-amd64-unsigned_6.1.94-1_amd64.deb \ - linux-image-6.10.9-cloud-amd64-unsigned_6.10.9-1_amd64.deb \ + linux-image-6.1.0-27-cloud-amd64-unsigned_6.1.115-1_amd64.deb \ + linux-image-6.10.12-cloud-amd64-unsigned_6.10.12-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/{} - name: Extract debian kernels