Skip to content

Commit

Permalink
Use working 6.7 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
map220v authored Sep 6, 2024
1 parent 659c8ca commit 94fa8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [6.7, 6.8]
version: [6.7-working, 6.8]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
desktop: [ubuntu-desktop, lomiri]
kernel: [6.7, 6.8]
kernel: [6.7-working, 6.8]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 94fa8b0

Please sign in to comment.