From 8013c00e1f29350d96926768290e8c7f91cda424 Mon Sep 17 00:00:00 2001 From: Sirius Bakke Date: Sun, 23 Jul 2023 00:56:24 +0200 Subject: [PATCH] Disable builds with Qt < 5.15 --- .github/workflows/linux.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 086813aad..dcb139ea1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -22,20 +22,20 @@ jobs: unit_tests: true, qt6: false, } - - { - id: 'ubuntu-20.04', - name: "Ubuntu 20.04", - docker_image: "fwbuilder/ubuntu:20.04", - unit_tests: true, - qt6: false, - } - - { - id: 'ubuntu-18.04', - name: "Ubuntu 18.04", - docker_image: "fwbuilder/ubuntu:18.04", - unit_tests: true, - qt6: false, - } +# - { +# id: 'ubuntu-20.04', +# name: "Ubuntu 20.04", +# docker_image: "fwbuilder/ubuntu:20.04", +# unit_tests: true, +# qt6: false, +# } +# - { +# id: 'ubuntu-18.04', +# name: "Ubuntu 18.04", +# docker_image: "fwbuilder/ubuntu:18.04", +# unit_tests: true, +# qt6: false, +# } container: image: ${{ matrix.config.docker_image }} steps: