From b02709db3121f3f82ffde018d513a55b102f1898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Mon, 17 Jun 2024 17:15:13 +0200 Subject: [PATCH] Switch CI to Leap 15.6 --- .github/workflows/ci-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 890cf4c91..43278b6e5 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -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: @@ -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: |