mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
Revert "build: disable apple-clang-15 builds until the crash is fixed"
This reverts commit c2672c069b
.
This commit is contained in:
9
.github/generate-job-matrix.py
vendored
9
.github/generate-job-matrix.py
vendored
@ -97,11 +97,10 @@ 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)
|
||||||
# make_apple_clang_config("macos-13", ver, std_format_support=False)
|
for ver in ["15.2"]
|
||||||
# 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