Skip to content

Commit

Permalink
Revert "[ci] Temporarily disable the mac-beta builds"
Browse files Browse the repository at this point in the history
This reverts commit 77c76c3.
  • Loading branch information
hahnjo authored and dpiparo committed Aug 13, 2024
1 parent c75268e commit 8420def
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@ jobs:
- platform: mac14
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"]
- 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 8420def

Please sign in to comment.