14 Commits

Author SHA1 Message Date
cd5ee3b773 Revert "build: disable apple-clang-15 builds until the crash is fixed"
This reverts commit c2672c069b.
2025-04-21 16:30:33 -04:00
c2672c069b build: disable apple-clang-15 builds until the crash is fixed 2025-03-19 13:54:46 +01:00
36d1b87019 build: clang-20 enabled in CI 2025-03-19 09:40:30 +01:00
7af8f7ecc8 Update apple-clang job matrix
Specify that `std::format` is supported for Xcode 16.1.
2024-12-19 14:10:21 -05:00
b70ded5b82 Drop 15.4 support from PR discussion 2024-12-19 12:17:55 -05:00
bf8dc4ac81 Update Xcode versions for apple-clang builds
Since mp-units requires at least Xcode 15 we should have coverage on the
latest compilers for operating system versions for macOS 13 (Ventura)
and macOS 14 (Sequoia) as those are the operating systems with necessary
compilers that our users would be using.

Now build with Xcode 15.2 instead of 15.0.1 which last version supported
on macOS 13.

Add a build for Xcode 15.4 and Xcode 16.1 for testing macOS 14 builds.
Since Xcode 16.1 is new most of our clients using macOS 14 would might
more likely be using Xcode 15.4.

There might not be much C++ changes between Xcode 15.2 and Xcode 15.4 so
perhaps we should drop 15.4 if adding three apple-clang builds is not
worth the resources.
2024-12-19 12:17:21 -05:00
b35e241a98 fix clang on macos-14 (arm64) 2024-11-12 22:03:43 +01:00
ff118784fa exclude clang18+debug from freestanding again 2024-11-12 21:48:59 +01:00
5713243d07 fix clang 16 2024-11-12 21:41:09 +01:00
01f44c66fa heed github warning, and use output file instead of set-output command; also, fix freestanding 2024-11-12 21:29:42 +01:00
f4c8e901ac fix boolean conan options in dynamic CI matrix 2024-11-12 21:18:36 +01:00
e464677200 don't test Clang 19 just yet; fix cancel-in-progres 2024-11-12 19:02:21 +01:00
7fa15d224d fix formatting 2024-11-12 18:43:50 +01:00
35ed472975 first attempt at generating sparse CI run matrix in python; also, cancel previous runs on the same branch 2024-11-12 18:07:52 +01:00