From 68224aec42d6f6564086e70306e21a7e9055fadb Mon Sep 17 00:00:00 2001 From: Ben Haller Date: Tue, 20 Aug 2024 13:35:40 -0400 Subject: [PATCH] remove Ubuntu 20.04 test with Qt6; not a supported platform --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 94633b35..67aa987f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -183,11 +183,9 @@ jobs: - {os: ubuntu-20.04, qt: 5.9.5, gcc: 7} # Ubuntu 20.04 with the most recent Qt5 and GCC. - {os: ubuntu-20.04, qt: 5.15.2, gcc: 11} - # Ubuntu 20.04 with the most recent Qt6 and GCC. - - {os: ubuntu-20.04, qt: 6.7.2, gcc: 11} # Ubuntu 22.04 with the most recent Qt5 and GCC. - {os: ubuntu-22.04, qt: 5.15.2, gcc: 12} - # Ubuntu 22.04 with the most recent Qt6 and GCC. + # Ubuntu 22.04 with the most recent Qt6 and GCC; this is the min for Qt6 - {os: ubuntu-22.04, qt: 6.7.2, gcc: 12} # old macOS with oldest supported Qt5 - {os: macos-12, qt: 5.9.5}