"src/vscode:/vscode.git/clone" did not exist on "01557ea0821a67f735bd99cd94222e336c5cd7c3"
Unverified Commit 842f6cdb authored by QuanluZhang's avatar QuanluZhang Committed by GitHub
Browse files

upgrade macos (#2949)

parent 9353fab8
......@@ -101,9 +101,9 @@ jobs:
displayName: 'Simple test'
- job: 'macos_1015_python37'
- job: 'macos_latest_python37'
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'
steps:
- script: |
......
......@@ -14,13 +14,9 @@ jobs:
python3 -m pip install --upgrade nni --user
displayName: 'Install nni'
- job: 'pip_install_macOS_python36'
- job: 'pip_install_macOS_python3'
pool:
vmImage: 'macOS-10.13'
strategy:
matrix:
Python36:
PYTHON_VERSION: '3.6'
vmImage: 'macOS-latest'
steps:
- 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