File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
21
21
- script : |
22
- if [[ $(gcc_version) == '4.9 ' || $(gcc_version) == '6 ' ]]; then
22
+ if [[ $(gcc_version) == '6 ' || $(gcc_version) == '7' || $(gcc_version) == '8 ' ]]; then
23
23
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
24
24
sudo apt-get update
25
25
sudo apt-get --no-install-suggests --no-install-recommends install g++-$(gcc_version)
Original file line number Diff line number Diff line change 2
2
- job : ' OSX'
3
3
strategy :
4
4
matrix :
5
- macOS_10_14 :
6
- image_name : ' macOS-10.14 '
5
+ macOS_11 :
6
+ image_name : ' macOS-11 '
7
7
osx_platform : 1
8
- macOS_10_15 :
9
- image_name : ' macOS-10.15 '
8
+ macOS_12 :
9
+ image_name : ' macOS-12 '
10
10
osx_platform : 1
11
11
pool :
12
12
vmImage : $(image_name)
17
17
steps :
18
18
- script : |
19
19
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)"
23
21
displayName: Remove homebrew
24
22
25
23
- bash : |
You can’t perform that action at this time.
0 commit comments