Skip to content

Commit

Permalink
fix: Target Fedora 40 for official images, revert 39 to ci-test (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Nov 3, 2023
1 parent cb0dd8f commit bfd786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Matrix Variables
shell: bash
run: |
if [[ "${{ matrix.major_version }}" -ge "39" ]] && \
if [[ "${{ matrix.major_version }}" -ge "40" ]] && \
grep "${{ matrix.image_name }}" <<< "silverblue, kinoite, sericea"; then
echo "SOURCE_ORG=fedora" >> $GITHUB_ENV
echo "SOURCE_IMAGE=fedora-${{ matrix.image_name }}" >> $GITHUB_ENV
Expand Down

0 comments on commit bfd786e

Please sign in to comment.