Skip to content

Commit

Permalink
remove Ubuntu 20.04 test with Qt6; not a supported platform
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller authored Aug 20, 2024
1 parent 47e0a91 commit 68224ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 68224ae

Please sign in to comment.