diff options
author | Simon Rettberg | 2023-06-12 11:36:36 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-06-12 11:36:36 +0200 |
commit | 166158999cd2cd454822c8fd6d2405f5e3a06c53 (patch) | |
tree | 2b003a9153377088f3c7d40534eba86f42995c03 | |
parent | cmake: Make missing Module.symvers a warning (diff) | |
download | dnbd3-166158999cd2cd454822c8fd6d2405f5e3a06c53.tar.gz dnbd3-166158999cd2cd454822c8fd6d2405f5e3a06c53.tar.xz dnbd3-166158999cd2cd454822c8fd6d2405f5e3a06c53.zip |
github: Update 4.19 build env to Ubuntu 20.04
-rw-r--r-- | .github/workflows/build-kernel-module.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-kernel-module.yml b/.github/workflows/build-kernel-module.yml index e041734..41c13b7 100644 --- a/.github/workflows/build-kernel-module.yml +++ b/.github/workflows/build-kernel-module.yml @@ -23,7 +23,7 @@ jobs: kernel-version: 4.18.0-348.2.1 kernel-source: https://vault.centos.org/8.5.2111/BaseOS/Source/SPackages/kernel-4.18.0-348.2.1.el8_5.src.rpm - name: kernel module [Linux kernel 4.19.x] - build-os: ubuntu-18.04 + build-os: ubuntu-20.04 kernel-type: vanilla kernel-version: 4.19.y - name: kernel module [Linux kernel 5.4.x] |