From cd17d710429f1038cd11ae2dd3232bf9504234b2 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Fri, 1 Sep 2023 22:37:22 +0200 Subject: [PATCH] Adapt files for the SLE-15-SP6 branch --- .github/workflows/ci.yml | 4 ++-- Rakefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 396d725..076d48e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: Package: runs-on: ubuntu-latest container: - image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-cpp:latest + image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-cpp:latest steps: @@ -29,7 +29,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby steps: diff --git a/Rakefile b/Rakefile index 34dfd6e..4849ef7 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ require "yast/rake" -Yast::Tasks.submit_to :sle15sp5 +Yast::Tasks.submit_to :sle15sp6 Yast::Tasks.configuration do |conf| #lets ignore license check for now