File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,19 @@ jobs:
29
29
qt_version : " 6.2.1"
30
30
}
31
31
- {
32
- name : " Ubuntu 18 GCC " ,
33
- os : ubuntu-18.04 ,
32
+ name : " macOS AMD64 Clang " ,
33
+ os : macos-13 ,
34
34
build_type : " Debug" ,
35
- cc : " gcc" , cxx: "g++", build_system: "Unix Makefiles",
36
- qt_version : " native" ,
37
- qt_install_command : " sudo apt-get install qt5-default"
38
- # Apt is significantly faster that aqt.
35
+ cc : " clang" , cxx: "clang++", build_system: "Unix Makefiles",
36
+ qt_version : " 5.15.2" ,
37
+ # Cached aqt is faster that brew.
39
38
}
40
39
- {
41
- name : " macOS Latest Clang" ,
40
+ name : " macOS ARM Clang + Qt6 " ,
42
41
os : macos-latest,
43
42
build_type : " Debug" ,
44
43
cc : " clang" , cxx: "clang++", build_system: "Unix Makefiles",
45
- qt_version : " 5.15.2 " ,
44
+ qt_version : " 6.6.3 " ,
46
45
# Cached aqt is faster that brew.
47
46
}
48
47
- {
You can’t perform that action at this time.
0 commit comments