Skip to content

Commit

Permalink
GitHub Actions: Compile the Qt 5 AppImage also on Ubuntu 20.04
Browse files Browse the repository at this point in the history
This probably does raise its minimum version, but Ubuntu 18.04 is no
longer supported on GitHub Actions.
  • Loading branch information
bjorn committed Apr 4, 2023
1 parent 0018b97 commit cc01241
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,17 @@ jobs:
linux:
name: Linux (AppImage, Qt ${{ matrix.qt_version_major }})
runs-on: ${{ matrix.image }}
runs-on: ubuntu-20.04
needs: version

strategy:
matrix:
include:
- image: ubuntu-18.04
qt_version: 5.15.2
- qt_version: 5.15.2
qt_version_major: 5
qt_creator_version: 5.0.3
gcc_version: 9
- image: ubuntu-20.04
qt_version: 6.4.3
- qt_version: 6.4.3
qt_version_major: 6
qt_creator_version: 9.0.1
gcc_version: 10
Expand Down

0 comments on commit cc01241

Please sign in to comment.