Skip to content

Commit

Permalink
ci: add macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzh committed Nov 13, 2023
1 parent 736dfaa commit 139c593
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ jobs:
- {
name: "macOS 12 (Monterey) AppleClang",
os: macos-12,
cc: "/usr/bin/clang",
cxx: "/usr/bin/clang++",
format: "/usr/local/opt/llvm@14/bin/clang-format",
tidy: "/usr/local/opt/llvm@14/bin/clang-tidy",
}
- {
name: "macOS 13 (Ventura) AppleClang",
os: macos-13,
format: "/usr/local/opt/llvm@14/bin/clang-format",
tidy: "/usr/local/opt/llvm@14/bin/clang-tidy",
}
Expand Down

0 comments on commit 139c593

Please sign in to comment.