Skip to content

Commit

Permalink
[ci] Temporarily disable the mac-beta builds
Browse files Browse the repository at this point in the history
until the issue with module maps root-project#16219 is fixed.
  • Loading branch information
dpiparo committed Aug 13, 2024
1 parent 648a3d8 commit 158a64f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,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
Expand Down

0 comments on commit 158a64f

Please sign in to comment.