Skip to content

Commit

Permalink
try some different version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller committed Feb 12, 2025
1 parent 91721b1 commit 280b623
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
matrix:
include:
# Ubuntu with the oldest supported GCC
# (used to be 4.8, but with 20.04 it is 7, sadly).
# BCH 2/12/2025: Ubuntu 22.04 is being discontinued, shifting forward
- {os: ubuntu-22.04, gcc: 7, python: 3.8}
- {os: ubuntu-24.04, gcc: 11, python: 3.9}
- {os: ubuntu-22.04, gcc: 8, python: 3.8}
- {os: ubuntu-24.04, gcc: 12, python: 3.9}
# macOS, oldest supported version
# (macos-10.15, macos-11, and macos-12 were removed by GitHub)
- {os: macos-13, python: 3.9}
Expand Down Expand Up @@ -187,17 +186,17 @@ jobs:
include:
# BCH 2/12/2025: Ubuntu 22.04 is being discontinued, shifting forward
# Ubuntu 22.04 with the oldest supported Qt5 and GCC.
- {os: ubuntu-22.04, qt: 5.9.5, gcc: 7}
# Ubuntu 22.04 with the most recent Qt5 and GCC.
- {os: ubuntu-22.04, qt: 5.9.5, gcc: 8}
# Ubuntu 22.04 with last official LTS Qt5 and GCC.
- {os: ubuntu-22.04, qt: 5.15.2, gcc: 11}
# Ubuntu 24.04 with the most recent Qt5 and GCC.
- {os: ubuntu-22.04, qt: 5.15.19, gcc: 12}
- {os: ubuntu-22.04, qt: 5.15.4, gcc: 12}
# Ubuntu 24.04 with the most recent Qt6 and GCC.
- {os: ubuntu-22.04, qt: 6.8.2, gcc: 12}
# old macOS with oldest supported Qt5; macos-12 was removed by GitHub,
# so we can't CI with Qt 5.9.5 any more, oh well
#- {os: macos-12, qt: 5.9.5}
# old macOS with most recent Qt5
# old macOS with last official LTS Qt5
- {os: macos-13, qt: 5.15.2}
# new macOS with most recent Qt6
- {os: macos-15, qt: 6.8.2}
Expand Down

0 comments on commit 280b623

Please sign in to comment.