We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4777d9f commit 826f078Copy full SHA for 826f078
.github/workflows/cmake.yml
@@ -97,24 +97,6 @@ jobs:
97
},
98
screenshot_filename: "ubuntu-latest-gcc-qt-6.5.0.jpg",
99
}
100
- - {
101
- name: "macOS Latest Clang Qt5",
102
- os: macos-latest,
103
- artifact: "macos_clang.7z",
104
- build_type: "Release",
105
- cc: "clang",
106
- cxx: "clang++",
107
- archiver: "7za a",
108
- generators: "Ninja",
109
- cmake:
110
- {
111
- qtversion: "5.15.2",
112
- qtdirkey: "Qt5_DIR",
113
- qtdirvalue: "../Qt/5.15.2/clang_64/lib/cmake/Qt5",
114
- qtprefixpath: "../Qt/5.15.2/clang_64",
115
- },
116
- screenshot_filename: "macos-latest-clang-qt-5-15-2.jpg",
117
- }
118
119
name: "macOS Latest Clang Qt6",
120
os: macos-latest,
0 commit comments