Skip to content

Commit

Permalink
CI: Replace Ubuntu 18.04 by 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Aug 7, 2024
1 parent bf90cc9 commit c49871c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
strategy:
matrix:
include:
- qt: 5 # 5.9
py: "3.6"
container: "ubuntu:18.04"
packages: "qt5-default qttools5-dev-tools qtdeclarative5-dev qml-module-qtquick2"
nosetests: 1
- qt: 5 # 5.12
py: "3.8"
container: "ubuntu:20.04"
Expand All @@ -33,6 +28,11 @@ jobs:
container: "ubuntu:22.04"
packages: "qt6-base-dev qt6-tools-dev qt6-tools-dev-tools qt6-declarative-dev libqt6opengl6-dev qml6-module-*"
nosetests: 0 # Nosetest not working anymore
- qt: 6 # 6.4
py: "3.12"
container: "ubuntu:24.04"
packages: "qt6-base-dev qt6-tools-dev qt6-tools-dev-tools qt6-declarative-dev libqt6opengl6-dev qml6-module-*"
nosetests: 0 # Nosetest not working anymore
env:
DEBIAN_FRONTEND: noninteractive
FUNQ_QT_MAJOR_VERSION: "${{ matrix.qt }}"
Expand Down

0 comments on commit c49871c

Please sign in to comment.