Skip to content

Commit 409b76f

Browse files
committed
chore: Apple-Clang 15,26 are unsupported
1 parent 8bc12da commit 409b76f

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -158,18 +158,6 @@ jobs:
158158
# OSX compilers
159159
#
160160

161-
- compiler: "apple-clang"
162-
version: "*"
163-
cxx: "clang++"
164-
cc: "clang"
165-
runs-on: "macos-26"
166-
b2-toolset: "clang"
167-
is-latest: true
168-
name: "Apple-Clang (macOS 26)"
169-
shared: true
170-
build-type: "Release"
171-
build-cmake: true
172-
173161
- compiler: "apple-clang"
174162
version: "*"
175163
cxx: "clang++"
@@ -194,17 +182,6 @@ jobs:
194182
build-type: "RelWithDebInfo"
195183
asan: true
196184

197-
- compiler: "apple-clang"
198-
version: "*"
199-
cxx: "clang++"
200-
cc: "clang"
201-
runs-on: "macos-15"
202-
b2-toolset: "clang"
203-
name: "Apple-Clang (macOS 15)"
204-
shared: false
205-
build-type: "Release"
206-
build-cmake: true
207-
208185
- compiler: "apple-clang"
209186
version: "*"
210187
cxx: "clang++"

0 commit comments

Comments
 (0)