Skip to content

Commit 869dc9f

Browse files
fixing osx ci (#7279)
1 parent 81122c4 commit 869dc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/job-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
displayName: Install MacOS build dependencies
7272
# Extra Apple MacOS step required to install OS-specific dependencies
7373
- ${{ 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
74+
- script: brew update && brew install -f --overwrite python@3.13 && brew install libomp && brew link libomp --force
7575
displayName: Install MacOS ARM build dependencies
7676
- ${{ if and( eq(parameters.nightlyBuild, 'true'), eq(parameters.pool.vmImage, 'ubuntu-18.04')) }}:
7777
- bash: echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(nightlyBuildRunPath):$LD_LIBRARY_PATH"

0 commit comments

Comments
 (0)