浏览代码

ci: test against 6.12 rather than 6.10

6.12 is an LTS kernel, while 6.10 is not. The latter has reached EOL and
no longer lives on debian mirrors.
Tamir Duberstein 3 周之前
父节点
当前提交
0237e36dbe
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -301,12 +301,12 @@ jobs:
       - name: Download debian kernels
       - name: Download debian kernels
         if: runner.arch == 'ARM64'
         if: runner.arch == 'ARM64'
         # TODO: enable tests on kernels before 6.0.
         # TODO: enable tests on kernels before 6.0.
-        run: .github/scripts/download_kernel_images.sh test/.tmp/debian-kernels/arm64 arm64 6.1 6.10
+        run: .github/scripts/download_kernel_images.sh test/.tmp/debian-kernels/arm64 arm64 6.1 6.12
 
 
       - name: Download debian kernels
       - name: Download debian kernels
         if: runner.arch == 'X64'
         if: runner.arch == 'X64'
         # TODO: enable tests on kernels before 6.0.
         # TODO: enable tests on kernels before 6.0.
-        run: .github/scripts/download_kernel_images.sh test/.tmp/debian-kernels/amd64 amd64 6.1 6.10
+        run: .github/scripts/download_kernel_images.sh test/.tmp/debian-kernels/amd64 amd64 6.1 6.12
 
 
       - name: Cleanup stale kernels and modules
       - name: Cleanup stale kernels and modules
         run: |
         run: |