mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
f3c23946f4
commit
b554b3d060
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue