Skip to content

Commit

Permalink
Kernel 6.1.62 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Nov 9, 2023
1 parent 23b9f1f commit 6690211
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
kernel: ["6.1.58"]
kernel: ["6.1.62"]

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

strategy:
matrix:
kernel: ["6.1.58"]
kernel: ["6.1.62"]

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Figure out if running fork PR
id: fork
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.ONESHELL:
KERNEL_VERSION := $(or ${KERNEL_VERSION},6.1.58)
KERNEL_VERSION := $(or ${KERNEL_VERSION},6.1.62)

.PHONY: all
all: build
Expand Down

0 comments on commit 6690211

Please sign in to comment.