From 0f0c88387b018b66f1fdda641e7eafd31964a9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Fri, 13 Sep 2024 10:30:31 +0200 Subject: [PATCH] Adapt files for the SLE-15-SP7 branch --- .github/workflows/ci.yml | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69312b7..ab20454 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: Package: runs-on: ubuntu-latest container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-cpp:latest + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-cpp:latest steps: diff --git a/Rakefile b/Rakefile index 4849ef7..f111ced 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ require "yast/rake" -Yast::Tasks.submit_to :sle15sp6 +Yast::Tasks.submit_to :sle15sp7 Yast::Tasks.configuration do |conf| #lets ignore license check for now