diff --git a/.github/workflows/build_editions.yaml b/.github/workflows/build_editions.yaml index da1a084..e3d1b8d 100644 --- a/.github/workflows/build_editions.yaml +++ b/.github/workflows/build_editions.yaml @@ -21,8 +21,7 @@ jobs: strategy: matrix: ##### EDIT ME ##### - # EDITION: [budgie,cinnamon,i3,mate] - EDITION: [cinnamon] + EDITION: [cinnamon,i3] BRANCH: [stable] SCOPE: [minimal,full] OFFICE: [true] @@ -37,7 +36,7 @@ jobs: edition: ${{ matrix.edition }} branch: ${{ matrix.branch }} scope: ${{ matrix.scope }} - version: "23.1.0" + version: "23.1.4" kernel: linux66 code-name: "Vulcan" build-mirror: ${{ secrets.BUILD_MIRROR }}