From 3b576a378f1c403820a8b52d36033031bcf8e344 Mon Sep 17 00:00:00 2001 From: David G Yu Date: Tue, 12 Jul 2022 14:10:44 -0700 Subject: [PATCH] Updated azure pipelines for macOS 10.14 to 10.15 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ae74be4..c3a5fcd4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,10 +30,10 @@ jobs: - job: macOS pool: - vmImage: 'macOS-10.14' + vmImage: 'macOS-10.15' steps: - script: | - /bin/bash -c "sudo xcode-select -s /Applications/Xcode_10.1.app/Contents/Developer" + /bin/bash -c "sudo xcode-select -s /Applications/Xcode_12.4.app/Contents/Developer" python build_scripts/build_osd.py --tests --tbb --generator Xcode --build $HOME/OSDgen/build --src $HOME/OSDgen/src $HOME/OSDinst displayName: 'Building OpenSubdiv' - script: |