Skip to content

Commit

Permalink
Kernel 6.1.12 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Feb 15, 2023
1 parent 6782aea commit 78e1af3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.10)
KERNEL_VERSION := $(or ${KERNEL_VERSION},6.1.12)


.PHONY: all
Expand Down

0 comments on commit 78e1af3

Please sign in to comment.