Skip to content

Commit 3556eeb

Browse files
committed
CI Replace Homebrew clang-15 wth Apple clang16
1 parent 9901b01 commit 3556eeb

File tree

127 files changed

+3
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+3
-4
lines changed

regression-tests/run-tests.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,10 @@ else
171171

172172
compiler_version=$("$cxx_compiler" --version)
173173

174-
if [[ "$compiler_version" == *"Apple clang version 14.0"* ||
175-
"$compiler_version" == *"Homebrew clang version 15.0"* ]]; then
174+
if [[ "$compiler_version" == *"Apple clang version 14.0"* ]]; then
176175
exec_out_dir="$expected_results_dir/apple-clang-14"
177-
elif [[ "$compiler_version" == *"Apple clang version 15.0"* ]]; then
178-
exec_out_dir="$expected_results_dir/apple-clang-15"
176+
elif [[ "$compiler_version" == *"Apple clang version 16.0"* ]]; then
177+
exec_out_dir="$expected_results_dir/apple-clang-16"
179178
elif [[ "$compiler_version" == *"clang version 12.0"* ]]; then
180179
exec_out_dir="$expected_results_dir/clang-12"
181180
elif [[ "$compiler_version" == *"clang version 15.0"* ]]; then

regression-tests/test-results/apple-clang-15-c++2b/clang-version.output renamed to regression-tests/test-results/apple-clang-16-c++2b/clang-version.output

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-allcpp1-hello.cpp.execution renamed to regression-tests/test-results/apple-clang-16-c++2b/mixed-allcpp1-hello.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-as-for-variant-20-types.cpp.execution renamed to regression-tests/test-results/apple-clang-16-c++2b/mixed-as-for-variant-20-types.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-bounds-check.cpp.execution renamed to regression-tests/test-results/apple-clang-16-c++2b/mixed-bounds-check.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-bounds-safety-with-assert-2.cpp.execution renamed to regression-tests/test-results/apple-clang-16-c++2b/mixed-bounds-safety-with-assert-2.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-bounds-safety-with-assert.cpp.execution renamed to regression-tests/test-results/apple-clang-16-c++2b/mixed-bounds-safety-with-assert.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-captures-in-expressions-and-postconditions.cpp.execution renamed to regression-tests/test-results/apple-clang-16-c++2b/mixed-captures-in-expressions-and-postconditions.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-default-arguments.cpp.execution renamed to regression-tests/test-results/apple-clang-16-c++2b/mixed-default-arguments.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-fixed-type-aliases.cpp.execution renamed to regression-tests/test-results/apple-clang-16-c++2b/mixed-fixed-type-aliases.cpp.execution

File renamed without changes.

0 commit comments

Comments
 (0)