Skip to content

Commit 826f078

Browse files
authored
CI system: Remove Qt 5 for mac, it is unsupported (#530)
Github actions only supports ARM for Mac right now; Qt 5 was apparently only running on x64.
1 parent 4777d9f commit 826f078

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -97,24 +97,6 @@ jobs:
9797
},
9898
screenshot_filename: "ubuntu-latest-gcc-qt-6.5.0.jpg",
9999
}
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-
}
118100
- {
119101
name: "macOS Latest Clang Qt6",
120102
os: macos-latest,

0 commit comments

Comments
 (0)