Unverified Commit 842f6cdb authored by QuanluZhang's avatar QuanluZhang Committed by GitHub
Browse files

upgrade macos (#2949)

parent 9353fab8
...@@ -101,9 +101,9 @@ jobs: ...@@ -101,9 +101,9 @@ jobs:
displayName: 'Simple test' displayName: 'Simple test'
- job: 'macos_1015_python37' - job: 'macos_latest_python37'
pool: pool:
vmImage: 'macOS-10.15' vmImage: 'macOS-latest'
steps: steps:
- script: | - script: |
......
...@@ -14,13 +14,9 @@ jobs: ...@@ -14,13 +14,9 @@ jobs:
python3 -m pip install --upgrade nni --user python3 -m pip install --upgrade nni --user
displayName: 'Install nni' displayName: 'Install nni'
- job: 'pip_install_macOS_python36' - job: 'pip_install_macOS_python3'
pool: pool:
vmImage: 'macOS-10.13' vmImage: 'macOS-latest'
strategy:
matrix:
Python36:
PYTHON_VERSION: '3.6'
steps: steps:
- script: | - script: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment