aboutsummaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
Diffstat (limited to '.ci')
-rw-r--r--.ci/templates/job-uhd-build-src.yml2
-rw-r--r--.ci/uhd-build-docker-container.yml2
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/'