Skip to content

Commit

Permalink
feat: Enable Fedora 39 images
Browse files Browse the repository at this point in the history
Surface kernel for Fedora 39 is good to go :)
  • Loading branch information
EyeCantCU authored Oct 13, 2023
1 parent e7efb9f commit 9f65a4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ jobs:
- lxqt
- mate
- onyx
major_version: [38]
major_version: [38, 39]
driver_version: [535]
include:
- major_version: 39
is_latest_version: true
is_stable_version: false
is_gts_driver: false
- major_version: 38
is_latest_version: true
is_stable_version: true
Expand Down

0 comments on commit 9f65a4e

Please sign in to comment.