Skip to content

Commit 6163296

Browse files
committed
[ci] Temporarily disable the mac-beta builds
until the issue with module maps #16219 is fixed.
1 parent 648a3d8 commit 6163296

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/root-ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ jobs:
102102
- platform: mac14
103103
arch: ARM64
104104
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"]
105-
- platform: mac-beta
106-
arch: ARM64
107-
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"]
105+
# Disable mac-beta builds until the issue with the new modules map is fixed
106+
# - platform: mac-beta
107+
# arch: ARM64
108+
# overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"]
108109

109110
runs-on: # Using '[self-hosted, ..., ...]' does not work for some reason :)
110111
- self-hosted

0 commit comments

Comments
 (0)