Skip to content

Commit

Permalink
ci: add macOS 13 (#621)
Browse files Browse the repository at this point in the history
Co-authored-by: Prashanth Duvvada <prashanthd900@gmail.com>
  • Loading branch information
skyzh and prashanthduvvada committed Aug 9, 2024
1 parent ed0e5ce commit 3eabe03
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 3eabe03

Please sign in to comment.