mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
build: disable apple-clang-15 builds until the crash is fixed
This commit is contained in:
9
.github/generate-job-matrix.py
vendored
9
.github/generate-job-matrix.py
vendored
@ -97,10 +97,11 @@ configs = {
|
|||||||
# arm64 runners are expensive; only consider one version
|
# arm64 runners are expensive; only consider one version
|
||||||
if ver == 18 or platform != "arm64"
|
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
|
# std::format is available in Xcode 16.1 or later
|
||||||
+ [
|
+ [
|
||||||
make_apple_clang_config("macos-14", ver, std_format_support=True)
|
make_apple_clang_config("macos-14", ver, std_format_support=True)
|
||||||
|
Reference in New Issue
Block a user