Skip to content

Commit

Permalink
fixing apple silicon official build (dotnet#7278)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgsharp authored Oct 22, 2024
1 parent f385b06 commit 32bac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ extends:
rm -rf /usr/local/bin/2to3
displayName: MacOS Homebrew bug Workaround
continueOnError: true
- 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
displayName: Install build dependencies
# Only build native assets to avoid conflicts.
- script: ./build.sh -projects $(Build.SourcesDirectory)/src/Native/Native.proj -configuration $(BuildConfig) /p:TargetArchitecture=arm64 /p:CopyPackageAssets=true
Expand Down

0 comments on commit 32bac5e

Please sign in to comment.