Skip to content

Commit b3ef659

Browse files
authored
Add back macOS 15 workflow for AppleClang
1 parent 9c9f8af commit b3ef659

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
format: "/opt/homebrew/opt/llvm@15/bin/clang-format",
4141
tidy: "/opt/homebrew/opt/llvm@15/bin/clang-tidy",
4242
}
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+
}
4349
steps:
4450
- uses: actions/checkout@v2
4551

0 commit comments

Comments
 (0)