We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659c8ca commit 94fa8b0Copy full SHA for 94fa8b0
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- version: [6.7, 6.8]
+ version: [6.7-working, 6.8]
24
# Steps represent a sequence of tasks that will be executed as part of the job
25
steps:
26
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -46,7 +46,7 @@ jobs:
46
47
48
desktop: [ubuntu-desktop, lomiri]
49
- kernel: [6.7, 6.8]
+ kernel: [6.7-working, 6.8]
50
51
52
0 commit comments