Skip to content

Commit

Permalink
Remove Ubuntu 18.04 builds
Browse files Browse the repository at this point in the history
The Ubuntu 18.04 image is now deprecated, and soon it won't run on GitHub CI at all. Since Qt 6 does not support it, this makes the workflow a lot simpler.
  • Loading branch information
ddalcino authored Feb 10, 2023
1 parent a279d3a commit 0f87477
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-20.04
- ubuntu-18.04
- windows-2022
- windows-2019
- macos-11
Expand All @@ -49,10 +48,6 @@ jobs:
- cached
- uncached

# Ubuntu 18 is not a supported target for Qt 6: https://www.qt.io/blog/qt6-development-hosts-and-targets
exclude:
- os: ubuntu-18.04
qt: {version: "6.3.2", requested: "6.3.*"}
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -136,5 +131,4 @@ jobs:
# Check if QtCreator is installed: QtCreator includes the CLI program 'qbs' on all 3 platforms
ls "${QTCREATOR_BIN_PATH}"
[[ -f "${QTCREATOR_BIN_PATH}qbs" ]] && echo "qbs is installed"
"${QTCREATOR_BIN_PATH}qbs" --version || echo "qbs installed but fails to run"
"${QTCREATOR_BIN_PATH}qbs" --version

0 comments on commit 0f87477

Please sign in to comment.