File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
fail-fast : false
30
30
matrix :
31
31
config :
32
+ - name : " ubuntu-24.04"
33
+ os : " ubuntu-24.04"
32
34
- name : " ubuntu-22.04"
33
35
os : " ubuntu-22.04"
34
- - name : " ubuntu-20.04"
35
- os : " ubuntu-20.04"
36
36
- name : " windows-x64"
37
37
os : " windows-latest"
38
38
cmake_extra : " -T v142,host=x86"
74
74
version : ${{ matrix.config.qt_ver }}
75
75
arch : ${{ matrix.config.qt_arch }}
76
76
77
- - name : Install Qt (Ubuntu focal)
78
- if : matrix.config.os == 'ubuntu-20.04'
79
- run : sudo apt install qtbase5-dev
80
-
81
- - name : Install Qt (Ubuntu jammy)
82
- if : matrix.config.os == 'ubuntu-22.04'
77
+ - name : Install Qt (Ubuntu)
78
+ if : startsWith(matrix.config.os, 'ubuntu-')
83
79
run : sudo apt install qt6-base-dev freeglut3-dev
84
80
85
81
- name : Install Qt (MacOS)
You can’t perform that action at this time.
0 commit comments