Skip to content

Commit

Permalink
Merge pull request openSUSE#3112 from openSUSE/leap_156
Browse files Browse the repository at this point in the history
Switch CI to Leap 15.6
  • Loading branch information
dirkmueller committed Jun 17, 2024
2 parents 9b466e6 + b02709d commit 0b60495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
image:
- registry.opensuse.org/opensuse/tumbleweed:latest
- registry.opensuse.org/opensuse/leap:15.5
- registry.opensuse.org/opensuse/leap:15.6

container: ${{ matrix.image }}
steps:
Expand All @@ -61,8 +61,8 @@ jobs:
run: zypper -n ar https://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_Tumbleweed/openSUSE:Tools.repo

- name: add the openSUSE:Tools repository for Leap
if: ${{ contains(matrix.image, '15.5') }}
run: zypper -n ar https://download.opensuse.org/repositories/openSUSE:/Tools/15.5/openSUSE:Tools.repo
if: ${{ contains(matrix.image, '15.6') }}
run: zypper -n ar https://download.opensuse.org/repositories/openSUSE:/Tools/15.6/openSUSE:Tools.repo

- name: install the build & runtime dependencies of openSUSE-release-tool
run: |
Expand Down

0 comments on commit 0b60495

Please sign in to comment.