diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-10-25 17:21:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-26 19:27:03 -0700 |
commit | b554b3d0608e224a17543006c74d4ddd8c3fac10 (patch) | |
tree | 43fa2f448116c1b149faef12c05b6361077c8824 | |
parent | f3c23946f4d22f4d27e0f211e596fa8b69c1a0a0 (diff) | |
download | subsurface-b554b3d0608e224a17543006c74d4ddd8c3fac10.tar.gz |
build-system: use openSUSE Tumbleweed latest
Without a distro update, Leap 15.2 appears to only give us Qt 5.12.
Since the upgrade takes forever and causes problems as it requests a senseless
'reboot' of the container, let's try using Tumbleweed instead.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | .github/workflows/linux-tumbleweed-qt-latest.yml (renamed from .github/workflows/linux-leap-qt-5.15.yml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux-leap-qt-5.15.yml b/.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 |