File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 steps :
4646
4747 - script : |
48- if [[ $(gcc_version) == '4.9 ' || $(gcc_version) == '6 ' ]]; then
48+ if [[ $(gcc_version) == '6 ' || $(gcc_version) == '7' || $(gcc_version) == '8 ' ]]; then
4949 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
5050 sudo apt-get update
5151 sudo apt-get --no-install-suggests --no-install-recommends install g++-$(gcc_version)
Original file line number Diff line number Diff line change 22 - job : ' OSX'
33 strategy :
44 matrix :
5- macOS_10_14 :
6- image_name : ' macOS-10.14'
7- osx_platform : 1
8- macOS_10_15 :
9- image_name : ' macOS-10.15'
5+ macOS_12 :
6+ image_name : ' macOS-12'
107 osx_platform : 1
118 pool :
129 vmImage : $(image_name)
1714 steps :
1815 - script : |
1916 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
17+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
2318 displayName: Remove homebrew
2419
2520 - bash : |
You can’t perform that action at this time.
0 commit comments