diff --git a/.github/workflows/linux-leap-qt-5.15.yml b/.github/workflows/linux-tumbleweed-qt-latest.yml similarity index 95% rename from .github/workflows/linux-leap-qt-5.15.yml rename to .github/workflows/linux-tumbleweed-qt-latest.yml index 4b058bc7c..05dfbdbb4 100644 --- a/.github/workflows/linux-leap-qt-5.15.yml +++ b/.github/workflows/linux-tumbleweed-qt-latest.yml @@ -1,4 +1,4 @@ -name: openSUSE 15.2 / Qt 5.15 +name: openSUSE/Tumbleweed / Qt latest on: push: branches: @@ -11,7 +11,7 @@ jobs: buildInContainer: runs-on: ubuntu-latest container: - image: opensuse/leap:15.2 + image: opensuse/tumbleweed:latest steps: - name: checkout sources