We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9f8af commit b3ef659Copy full SHA for b3ef659
1 file changed
.github/workflows/cmake.yml
@@ -40,6 +40,12 @@ jobs:
40
format: "/opt/homebrew/opt/llvm@15/bin/clang-format",
41
tidy: "/opt/homebrew/opt/llvm@15/bin/clang-tidy",
42
}
43
+ - {
44
+ name: "macOS 15 (Sequoia) AppleClang",
45
+ os: macos-15,
46
+ format: "/opt/homebrew/opt/llvm@15/bin/clang-format",
47
+ tidy: "/opt/homebrew/opt/llvm@15/bin/clang-tidy",
48
+ }
49
steps:
50
- uses: actions/checkout@v2
51
0 commit comments