File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,19 @@ jobs:
2929 qt_version : " 6.2.1"
3030 }
3131 - {
32- name : " Ubuntu 18 GCC " ,
33- os : ubuntu-18.04 ,
32+ name : " macOS AMD64 Clang " ,
33+ os : macos-13 ,
3434 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.
3938 }
4039 - {
41- name : " macOS Latest Clang" ,
40+ name : " macOS ARM Clang + Qt6 " ,
4241 os : macos-latest,
4342 build_type : " Debug" ,
4443 cc : " clang" , cxx: "clang++", build_system: "Unix Makefiles",
45- qt_version : " 5.15.2 " ,
44+ qt_version : " 6.6.3 " ,
4645 # Cached aqt is faster that brew.
4746 }
4847 - {
You can’t perform that action at this time.
0 commit comments