diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1ca3b7..a1ed8f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: - master env: - kernel: "6.12.58" + kernel: "6.12.60" GCS_BUCKET: images.metal-pod.io jobs: diff --git a/Makefile b/Makefile index e4b07f8..1085931 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .ONESHELL: -KERNEL_VERSION := $(or ${KERNEL_VERSION},6.12.58) +KERNEL_VERSION := $(or ${KERNEL_VERSION},6.12.60) .PHONY: all all: build