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 1287aae commit c46afb6
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 @@ -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
Expand Down

0 comments on commit c46afb6

Please sign in to comment.