diff options
author | Steven Koo <steven.koo@ni.com> | 2022-03-15 17:48:06 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-05 12:59:21 -0700 |
commit | 7bdc3342ca670f51ce9e087c4d3d4cdd67cc65c2 (patch) | |
tree | 74fb975e19108132dab570d2fbc5fea868ca0647 /.ci/uhd-build-docker-container.yml | |
parent | e51f18925a566f152c4e8622aac6376efe46c6eb (diff) | |
download | uhd-7bdc3342ca670f51ce9e087c4d3d4cdd67cc65c2.tar.gz uhd-7bdc3342ca670f51ce9e087c4d3d4cdd67cc65c2.tar.bz2 uhd-7bdc3342ca670f51ce9e087c4d3d4cdd67cc65c2.zip |
ci: Update builds to macOS 12 Monterey
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/uhd-build-docker-container.yml')
-rw-r--r-- | .ci/uhd-build-docker-container.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/uhd-build-docker-container.yml b/.ci/uhd-build-docker-container.yml index 55a2a2714..430243d15 100644 --- a/.ci/uhd-build-docker-container.yml +++ b/.ci/uhd-build-docker-container.yml @@ -59,7 +59,7 @@ variables: - name: macOSBuilders value: - "{'macOS-1014-x64':{'buildOSName':'macOS-1014-x64', 'macOSVersionDemand':'10.14', 'macOSArchDemand': 'X64'}}" + "{'macOS-12-x64':{'buildOSName':'macOS-12-x64', 'macOSVersionDemand':'12', 'macOSArchDemand': 'X64'}}" - name: dockerImagePrefix value: 'rfsdr/' |