Skip to content

Commit

Permalink
ci: Use kernel 6.1.0-16
Browse files Browse the repository at this point in the history
6.1.0-15 is not available anymore.
  • Loading branch information
vadorovsky committed Aug 13, 2024
1 parent d4d38be commit 21181c7
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 @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 21181c7

Please sign in to comment.