Skip to content

Commit 8155692

Browse files
committed
Add support to apple-clang 18 builds
1 parent de72138 commit 8155692

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,20 @@ jobs:
188188
},
189189
lib: "libc++",
190190
}
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+
}
191205
steps:
192206
- uses: actions/checkout@v6.0.2
193207

0 commit comments

Comments
 (0)