Skip to content

Commit c2672c0

Browse files
committed
build: disable apple-clang-15 builds until the crash is fixed
1 parent d266833 commit c2672c0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/generate-job-matrix.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,11 @@ def make_msvc_config(release: str, version: int) -> Configuration:
9797
# arm64 runners are expensive; only consider one version
9898
if ver == 18 or platform != "arm64"
9999
]
100-
+ [
101-
make_apple_clang_config("macos-13", ver, std_format_support=False)
102-
for ver in ["15.2"]
103-
]
100+
# TODO uncomment the below when apple-clang-15 crash is fixed
101+
# + [
102+
# make_apple_clang_config("macos-13", ver, std_format_support=False)
103+
# for ver in ["15.2"]
104+
# ]
104105
# std::format is available in Xcode 16.1 or later
105106
+ [
106107
make_apple_clang_config("macos-14", ver, std_format_support=True)

0 commit comments

Comments
 (0)