File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 4545 compiler : clang++-15
4646 cxx_std : c++20
4747 stdlib : libc++-15-dev
48+ - os : macos-15
49+ shortosname : mac-15
50+ compiler : clang++
51+ cxx_std : c++2b
52+ stdlib : default
53+ - os : macos-15
54+ shortosname : mac-15
55+ compiler : clang++-18
56+ cxx_std : c++23
57+ stdlib : default
4858 - os : macos-14
4959 shortosname : mac-14
5060 compiler : clang++
Original file line number Diff line number Diff line change 155155 compiler_version=$( " $cxx_compiler " --version)
156156
157157 if [[ " $compiler_version " == * " Apple clang version 14.0" * ||
158- " $compiler_version " == * " Homebrew clang version 15.0" * ]]; then
158+ " $compiler_version " == * " Apple clang version 16.0" * ||
159+ " $compiler_version " == * " Homebrew clang version 15.0" * ||
160+ " $compiler_version " == * " Homebrew clang version 18.1" * ]]; then
159161 exec_out_dir=" $expected_results_dir /apple-clang-14"
160162 # We share the expected results dir for these two compilers, but there is one
161163 # test which (as expected) fails to compile on both compilers, but has a slightly
You can’t perform that action at this time.
0 commit comments