Skip to content

Commit 30b312e

Browse files
committed
Removed clang-15 with libc++ job.
We're already testing libc++ with clang-19, so remove the job with clang-15 to save some CI time.
1 parent 6a0efe7 commit 30b312e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -235,16 +235,6 @@ jobs:
235235
- clang-15
236236
- g++-11
237237
gcc_toolchain: 11
238-
- toolset: clang
239-
compiler: clang++-15
240-
cxxstd: "11-gnu,14-gnu,17-gnu,20-gnu,2b-gnu"
241-
cxxflags: -stdlib=libc++
242-
linkflags: -stdlib=libc++
243-
os: ubuntu-22.04
244-
install:
245-
- clang-15
246-
- libc++-15-dev
247-
- libc++abi-15-dev
248238
- toolset: clang
249239
compiler: clang++-16
250240
cxxstd: "11-gnu,14-gnu,17-gnu,20-gnu,2b-gnu"

0 commit comments

Comments
 (0)