diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0bdf2c3..fb720407 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 7362dd66..4b3d0f66 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| conf.skip_license_check << /testsuite/ #skip all testsuites