From df1cb65f19bbed52811177ba3023e76cd579623b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Fri, 6 Sep 2024 09:31:16 +0200 Subject: [PATCH] Adapt files for the SLE-15-SP7 branch --- .github/workflows/ci.yml | 8 ++++---- Rakefile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbcf5fb..5b06799 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby steps: @@ -43,7 +43,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby steps: @@ -66,7 +66,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby steps: @@ -85,7 +85,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby steps: diff --git a/Rakefile b/Rakefile index 6d1f567..dfcf8df 100644 --- a/Rakefile +++ b/Rakefile @@ -18,7 +18,7 @@ require 'yast/rake' -Yast::Tasks.submit_to :sle15sp6 +Yast::Tasks.submit_to :sle15sp7 Yast::Tasks.configuration do |conf| # The package does not live in the official YaST:Head OBS project