Merge pull request #1342 from davidgyu/dev_azure_updates

Updated azure pipelines for macOS
This commit is contained in:
David G Yu 2024-12-04 17:34:39 -08:00 committed by GitHub
commit b56e7d37e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,10 +30,10 @@ jobs:
- job: macOS - job: macOS
pool: pool:
vmImage: 'macOS-12' vmImage: 'macOS-13'
steps: steps:
- script: | - script: |
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer" /bin/bash -c "sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer"
python build_scripts/build_osd.py --tests --tbb --generator Xcode --build $HOME/OSDgen/build --src $HOME/OSDgen/src $HOME/OSDinst python build_scripts/build_osd.py --tests --tbb --generator Xcode --build $HOME/OSDgen/build --src $HOME/OSDgen/src $HOME/OSDinst
displayName: 'Building OpenSubdiv' displayName: 'Building OpenSubdiv'
- script: | - script: |