Merge pull request #3112 from openSUSE/leap_156

Switch CI to Leap 15.6
This commit is contained in:
Dirk Mueller 2024-06-17 19:03:14 +02:00 committed by GitHub
commit 0b60495e9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ jobs:
matrix: matrix:
image: image:
- registry.opensuse.org/opensuse/tumbleweed:latest - registry.opensuse.org/opensuse/tumbleweed:latest
- registry.opensuse.org/opensuse/leap:15.5 - registry.opensuse.org/opensuse/leap:15.6
container: ${{ matrix.image }} container: ${{ matrix.image }}
steps: steps:
@ -61,8 +61,8 @@ jobs:
run: zypper -n ar https://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_Tumbleweed/openSUSE:Tools.repo run: zypper -n ar https://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_Tumbleweed/openSUSE:Tools.repo
- name: add the openSUSE:Tools repository for Leap - name: add the openSUSE:Tools repository for Leap
if: ${{ contains(matrix.image, '15.5') }} if: ${{ contains(matrix.image, '15.6') }}
run: zypper -n ar https://download.opensuse.org/repositories/openSUSE:/Tools/15.5/openSUSE:Tools.repo 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 - name: install the build & runtime dependencies of openSUSE-release-tool
run: | run: |