Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from ublue-os/f39
Browse files Browse the repository at this point in the history
feat: Enable Fedora 39 images
  • Loading branch information
EyeCantCU authored Oct 13, 2023
2 parents e7efb9f + 2e1765a commit 116a243
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,22 @@ 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
is_gts_driver: true
- driver_version: 535
is_latest_driver: true
exclude:
- image_name: vauxite
major_version: 39
- image_name: onyx
major_version: 38
steps:
Expand Down

0 comments on commit 116a243

Please sign in to comment.