Skip to content

Commit e427577

Browse files
committed
Use macOS 10.15 and default Rust
1 parent 5cf04c5 commit e427577

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,8 @@ jobs:
3737
3838
- job: macOSIntelMKL
3939
pool:
40-
vmImage: 'macOS-10.14'
40+
vmImage: 'macOS-10.15'
4141
steps:
42-
- script: |
43-
curl -sSf https://sh.rustup.rs | sh -s -- -y
44-
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
45-
displayName: install rustup
4642
- script: |
4743
cargo test -v --features=intel-mkl --no-default-features
4844
cargo test -v --features=intel-mkl,serde-1 --no-default-features

0 commit comments

Comments
 (0)