diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04f5a61..05f7b42 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/sp5/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby steps: diff --git a/Rakefile b/Rakefile index a31c625..c7cb674 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