Skip to content

Commit

Permalink
Update iso_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro authored Sep 20, 2024
1 parent b04a01b commit 4df90d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/iso_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
##### EDIT ME #####
EDITION: [gnome, xfce, kde]
# EDITION: [kde]
BRANCH: [stable]
BRANCH: [testing]
SCOPE: [minimal,full]
###################
steps:
Expand All @@ -38,9 +38,9 @@ jobs:
edition: ${{ matrix.edition }}
branch: ${{ matrix.branch }}
scope: ${{ matrix.scope }}
version: "23.1"
kernel: linux66
code-name: "Vulcan"
version: "24.1"
kernel: linux611
code-name: "Xahea"
release-tag: ${{ needs.prepare-release.outputs.release_tag }}
- name: rollback
if: ${{ failure() || cancelled() }}
Expand Down

0 comments on commit 4df90d8

Please sign in to comment.