diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 292d064..5ef064e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -9,11 +9,11 @@ jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: - kernel: ["6.1.10"] + kernel: ["6.1.12"] steps: - name: Checkout diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2eefe60..39504d8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,11 +9,11 @@ env: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: - kernel: ["6.1.10"] + kernel: ["6.1.12"] steps: - name: Checkout diff --git a/Makefile b/Makefile index 85fdcb1..77f3994 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .ONESHELL: -KERNEL_VERSION := $(or ${KERNEL_VERSION},6.1.10) +KERNEL_VERSION := $(or ${KERNEL_VERSION},6.1.12) .PHONY: all