Skip to content

Commit 3eabe03

Browse files
ci: add macOS 13 (#621)
Co-authored-by: Prashanth Duvvada <[email protected]>
1 parent ed0e5ce commit 3eabe03

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,12 @@ jobs:
3737
- {
3838
name: "macOS 12 (Monterey) AppleClang",
3939
os: macos-12,
40-
cc: "/usr/bin/clang",
41-
cxx: "/usr/bin/clang++",
40+
format: "/usr/local/opt/llvm@14/bin/clang-format",
41+
tidy: "/usr/local/opt/llvm@14/bin/clang-tidy",
42+
}
43+
- {
44+
name: "macOS 13 (Ventura) AppleClang",
45+
os: macos-13,
4246
format: "/usr/local/opt/llvm@14/bin/clang-format",
4347
tidy: "/usr/local/opt/llvm@14/bin/clang-tidy",
4448
}

0 commit comments

Comments
 (0)