diff options
author | Tor Arne Vestbø <[email protected]> | 2025-07-04 17:21:01 +0200 |
---|---|---|
committer | Tor Arne Vestbø <[email protected]> | 2025-07-04 21:30:12 +0200 |
commit | 9de9e75b02aabe3e9e7cb1d2d1debe5d3ef60fc0 (patch) | |
tree | 995064e6f496210017d72042bf61416d57bfaef0 | |
parent | 624f5c79beef7ff4c34fd83c6e4f59b3f50ea043 (diff) |
Change-Id: I0b09ee4b92f656d59204202dcdabebfc5aa2b011
Reviewed-by: Tero Heikkinen <[email protected]>
Reviewed-by: Tor Arne Vestbø <[email protected]>
-rw-r--r-- | coin/platform_configs/nightly_macos.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/coin/platform_configs/nightly_macos.yaml b/coin/platform_configs/nightly_macos.yaml index 9fed6436f..0d9c31dd1 100644 --- a/coin/platform_configs/nightly_macos.yaml +++ b/coin/platform_configs/nightly_macos.yaml @@ -1,5 +1,10 @@ Version: 2 Module only: True +Include: [ + macos.yaml: [ + 'macos-universal-on-arm64' + ], +] Configurations: - Id: 'macos-26-arm64-developer-build' |