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 | |
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')
-rw-r--r-- | .ci/templates/job-uhd-build-src.yml | 2 | ||||
-rw-r--r-- | .ci/uhd-build-docker-container.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.ci/templates/job-uhd-build-src.yml b/.ci/templates/job-uhd-build-src.yml index c43e90a1a..503ef27a1 100644 --- a/.ci/templates/job-uhd-build-src.yml +++ b/.ci/templates/job-uhd-build-src.yml @@ -41,7 +41,7 @@ jobs: - Agent.OS -equals Linux - ${{ if eq(parameters.toolset, 'make_homebrew_macos') }}: - Agent.OS -equals Darwin - - Agent.OSVersion -equals $(macOSVersionDemand) + - MACOS_MAJOR_VERSION -equals $(macOSVersionDemand) - Agent.OSArchitecture -equals $(macOSArchDemand) workspace: clean: outputs 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/' |