From c46afb6e463acfbaa6a7f6c2652dd86c87d7a9a9 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Tue, 13 Aug 2024 07:10:05 +0200 Subject: [PATCH] [ci] Temporarily disable the mac-beta builds until the issue with module maps #16219 is fixed. --- .github/workflows/root-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index 04520bf2e8873..797372477af61 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -101,9 +101,10 @@ jobs: - platform: mac14 arch: ARM64 overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"] - - platform: mac-beta - arch: ARM64 - overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"] + # Disable mac-beta builds until the issue with the new modules map is fixed + # - platform: mac-beta + # arch: ARM64 + # overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"] runs-on: # Using '[self-hosted, ..., ...]' does not work for some reason :) - self-hosted