We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648a3d8 commit 6163296Copy full SHA for 6163296
.github/workflows/root-ci.yml
@@ -102,9 +102,10 @@ jobs:
102
- platform: mac14
103
arch: ARM64
104
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"]
+ # Disable mac-beta builds until the issue with the new modules map is fixed
+ # - platform: mac-beta
+ # arch: ARM64
108
+ # overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"]
109
110
runs-on: # Using '[self-hosted, ..., ...]' does not work for some reason :)
111
- self-hosted
0 commit comments