diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 7b03e0c..0ea929c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - kernel: ["6.6.8"] + kernel: ["6.6.10"] steps: - name: Checkout diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7cb1691..d243cc2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - kernel: ["6.6.8"] + kernel: ["6.6.10"] steps: - name: Checkout diff --git a/Makefile b/Makefile index 195ccd6..9786a17 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .ONESHELL: -KERNEL_VERSION := $(or ${KERNEL_VERSION},6.6.8) +KERNEL_VERSION := $(or ${KERNEL_VERSION},6.6.10) .PHONY: all all: build