1 parent de72138 commit 8155692Copy full SHA for 8155692
1 file changed
.github/workflows/cmake.yml
@@ -188,6 +188,20 @@ jobs:
188
},
189
lib: "libc++",
190
}
191
+ - {
192
+ name: "MacOS Apple Clang 18",
193
+ os: macos-26,
194
+ compiler:
195
+ {
196
+ type: APPLE_CLANG,
197
+ version: "26.4.1",
198
+ conan: "apple-clang",
199
+ cc: "clang",
200
+ cxx: "clang++",
201
+ std: 23
202
+ },
203
+ lib: "libc++",
204
+ }
205
steps:
206
- uses: actions/checkout@v6.0.2
207
0 commit comments