We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81122c4 commit 869dc9fCopy full SHA for 869dc9f
build/ci/job-template.yml
@@ -71,7 +71,7 @@ jobs:
71
displayName: Install MacOS build dependencies
72
# Extra Apple MacOS step required to install OS-specific dependencies
73
- ${{ if and(contains(parameters.pool.vmImage, 'macOS'), contains(parameters.name, 'cross')) }}:
74
- - script: brew update && brew install -f --overwrite python@3.12 && brew install libomp && brew link libomp --force
+ - script: brew update && brew install -f --overwrite python@3.13 && brew install libomp && brew link libomp --force
75
displayName: Install MacOS ARM build dependencies
76
- ${{ if and( eq(parameters.nightlyBuild, 'true'), eq(parameters.pool.vmImage, 'ubuntu-18.04')) }}:
77
- bash: echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(nightlyBuildRunPath):$LD_LIBRARY_PATH"
0 commit comments