Skip to content

Commit 10fa318

Browse files
committed
Fixed OSX builds
1 parent 877649d commit 10fa318

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.azure-pipelines/azure-pipelines-osx.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ jobs:
33
strategy:
44
matrix:
55
macOS_10_14:
6-
image_name: 'macOS-10.14'
6+
image_name: macOS-11
77
blas: 'mkl'
88
macOS_10_15:
9-
image_name: 'macOS-10.15'
9+
image_name: macOS-12
1010
blas: 'mkl'
1111
pool:
1212
vmImage: $(image_name)
@@ -17,9 +17,7 @@ jobs:
1717
steps:
1818
- script: |
1919
echo "Removing homebrew for Azure to avoid conflicts with conda"
20-
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall > ~/uninstall_homebrew
21-
chmod +x ~/uninstall_homebrew
22-
~/uninstall_homebrew -f -q
20+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
2321
displayName: Remove homebrew
2422
2523
- bash: |

0 commit comments

Comments
 (0)