diff options
author | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2022-08-26 17:34:55 +0200 |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2022-08-29 01:01:19 +0200 |
commit | 3a0ea2804dfb3650e7f5c4f53aef2f9e179b7348 (patch) | |
tree | 664701153b9743ee933cce076d023c281eee383e | |
parent | d3867057b95364b5e88a761f3c38e5ac96c6c2f5 (diff) | |
download | qt5-3a0ea2804dfb3650e7f5c4f53aef2f9e179b7348.tar.gz |
coin: Skip default configs in macOS 13 nighly builds
We don't need the license check when verifying macOS 13 compatibility.
Change-Id: Ib39e187ae339c0754719773f8317ead17328f201
Reviewed-by: Toni Saario <toni.saario@qt.io>
-rw-r--r-- | coin/platform_configs/nightly_macos13.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/platform_configs/nightly_macos13.yaml b/coin/platform_configs/nightly_macos13.yaml index a7d55fb9..32690750 100644 --- a/coin/platform_configs/nightly_macos13.yaml +++ b/coin/platform_configs/nightly_macos13.yaml @@ -1,4 +1,5 @@ Version: 2 +Module only: True Include: [ macos.yaml: [ "macos-latest-xcode-arm64-developer-build" |