Skip to content

Commit 49d8f52

Browse files
committed
CI Update runners in the regression-tests.yml
1 parent afe5ed6 commit 49d8f52

137 files changed

Lines changed: 19 additions & 45 deletions

File tree

Some content is hidden

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

.github/workflows/regression-tests.yml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,22 @@ jobs:
5050
compiler: clang++
5151
cxx_std: c++2b
5252
stdlib: default
53-
- os: macos-13
54-
shortosname: mac-13
53+
- os: macos-15
54+
shortosname: mac-15
5555
compiler: clang++
5656
cxx_std: c++2b
5757
stdlib: default
58-
- os: macos-13
59-
shortosname: mac-13
60-
compiler: clang++-15
61-
cxx_std: c++2b
62-
stdlib: default
63-
- os: windows-2022
64-
shortosname: win-22
65-
compiler: cl.exe
66-
cxx_std: c++latest
67-
stdlib: default
68-
- os: windows-2022
69-
shortosname: win-22
70-
compiler: cl.exe
71-
cxx_std: c++20
72-
stdlib: default
58+
# Comment out Windows tests until build on Windows is fixed
59+
# - os: windows-2025
60+
# shortosname: win-25
61+
# compiler: cl.exe
62+
# cxx_std: c++latest
63+
# stdlib: default
64+
# - os: windows-2025
65+
# shortosname: win-25
66+
# compiler: cl.exe
67+
# cxx_std: c++20
68+
# stdlib: default
7369
steps:
7470
- name: Checkout repo
7571
uses: actions/checkout@v4

regression-tests/run-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ else
167167
exec_out_dir="$expected_results_dir/apple-clang-15"
168168
elif [[ "$compiler_version" == *"clang version 12.0"* ]]; then
169169
exec_out_dir="$expected_results_dir/clang-12"
170+
elif [[ "$compiler_version" == *"clang version 17.0"* ]]; then
171+
exec_out_dir="$expected_results_dir/clang-17"
170172
elif [[ "$compiler_version" == *"clang version 15.0"* ]]; then
171173
exec_out_dir="$expected_results_dir/clang-15"
172174
elif [[ "$compiler_version" == *"clang version 19.1"* ]]; then

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

regression-tests/test-results/apple-clang-15-c++2b/run-tests-apple-clang.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Apple clang version 17.0.0 (clang-1700.0.13.5)
2+
Target: arm64-apple-darwin24.6.0
3+
Thread model: posix
4+
InstalledDir: /Applications/Xcode_16.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

regression-tests/test-results/apple-clang-15-c++2b/mixed-allcpp1-hello.cpp.execution renamed to regression-tests/test-results/apple-clang-17-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-17-c++2b/mixed-as-for-variant-20-types.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-autodiff-taylor.cpp.execution renamed to regression-tests/test-results/apple-clang-17-c++2b/mixed-autodiff-taylor.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-17-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-17-c++2b/mixed-bounds-safety-with-assert-2.cpp.execution

File renamed without changes.

0 commit comments

Comments
 (0)