Skip to content

Commit 32bac5e

Browse files
fixing apple silicon official build (dotnet#7278)
1 parent f385b06 commit 32bac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ extends:
166166
rm -rf /usr/local/bin/2to3
167167
displayName: MacOS Homebrew bug Workaround
168168
continueOnError: true
169-
- script: brew update && brew install -f --overwrite python@3.12 && brew install libomp && brew link libomp --force
169+
- script: brew update && brew install -f --overwrite python@3.13 && brew install libomp && brew link libomp --force
170170
displayName: Install build dependencies
171171
# Only build native assets to avoid conflicts.
172172
- script: ./build.sh -projects $(Build.SourcesDirectory)/src/Native/Native.proj -configuration $(BuildConfig) /p:TargetArchitecture=arm64 /p:CopyPackageAssets=true

0 commit comments

Comments
 (0)