Revert "build: disable apple-clang-15 builds until the crash is fixed"

This reverts commit c2672c069b.
This commit is contained in:
Roth Michaels
2025-04-21 16:30:33 -04:00
parent e0ce43c5ef
commit cd5ee3b773

View File

@ -97,11 +97,10 @@ configs = {
# arm64 runners are expensive; only consider one version
if ver == 18 or platform != "arm64"
]
# TODO uncomment the below when apple-clang-15 crash is fixed
# + [
# make_apple_clang_config("macos-13", ver, std_format_support=False)
# for ver in ["15.2"]
# ]
+ [
make_apple_clang_config("macos-13", ver, std_format_support=False)
for ver in ["15.2"]
]
# std::format is available in Xcode 16.1 or later
+ [
make_apple_clang_config("macos-14", ver, std_format_support=True)