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 f385b06 commit 32bac5eCopy full SHA for 32bac5e
build/vsts-ci.yml
@@ -166,7 +166,7 @@ extends:
166
rm -rf /usr/local/bin/2to3
167
displayName: MacOS Homebrew bug Workaround
168
continueOnError: true
169
- - 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
170
displayName: Install build dependencies
171
# Only build native assets to avoid conflicts.
172
- script: ./build.sh -projects $(Build.SourcesDirectory)/src/Native/Native.proj -configuration $(BuildConfig) /p:TargetArchitecture=arm64 /p:CopyPackageAssets=true
0 commit comments