Skip to content

Commit 94fa8b0

Browse files
authored
Use working 6.7 kernel
1 parent 659c8ca commit 94fa8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
version: [6.7, 6.8]
23+
version: [6.7-working, 6.8]
2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
desktop: [ubuntu-desktop, lomiri]
49-
kernel: [6.7, 6.8]
49+
kernel: [6.7-working, 6.8]
5050
# Steps represent a sequence of tasks that will be executed as part of the job
5151
steps:
5252
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)