mirror of
https://github.com/strongtz/i915-sriov-dkms.git
synced 2026-05-06 13:42:34 +08:00
Update the Ubuntu version in CI to 25.04 (tracking the Linux 6.14 kernel)
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -74,10 +74,10 @@ jobs:
|
||||
KERNELRELEASE=$(echo -n "$KERNEL_SOURCE_DIR" | sed 's/.*\/lib\/modules\///g;s/\/build//')
|
||||
sudo make -j$(nproc) KERNELRELEASE=$KERNELRELEASE -C $KERNEL_SOURCE_DIR M=$(pwd)
|
||||
|
||||
test-ubuntu-oracular:
|
||||
test-ubuntu-plucky:
|
||||
runs-on: ubuntu-24.04
|
||||
container:
|
||||
image: ubuntu:24.10
|
||||
image: ubuntu:25.04
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
@@ -167,7 +167,7 @@ jobs:
|
||||
|
||||
release:
|
||||
runs-on: ubuntu-24.04
|
||||
needs: [packaging-debian, packaging-archlinux, test-ubuntu-noble, test-ubuntu-oracular, test-proxmox, test-archlinux]
|
||||
needs: [packaging-debian, packaging-archlinux, test-ubuntu-noble, test-ubuntu-plucky, test-proxmox, test-archlinux]
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user