Skip to content

Commit

Permalink
Update MacOS VM Image (#9933)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Feb 24, 2020
1 parent 690151b commit a25a803
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
OSVmImage: windows-2019
Python_37_Mac:
PythonVersion: '3.7'
OSVmImage: macOS-10.14
OSVmImage: macOS-10.15
Python_38_Mac:
PythonVersion: '3.8'
OSVmImage: macOS-10.14
OSVmImage: macOS-10.15

pool:
vmImage: $(OSVmImage)
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ parameters:
RunForPR: false
MacOS_Python27:
OSName: 'MacOS'
OSVmImage: 'macOS-10.13'
OSVmImage: 'macOS-10.15'
PythonVersion: '2.7'
CoverageArg: ''
RunForPR: false
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:
PythonVersion: '3.5'
MacOs_Python37:
OSName: 'MacOS'
OSVmImage: 'macOS-10.14'
OSVmImage: 'macOS-10.15'
PythonVersion: '3.7'
Windows_Python27:
OSName: 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhub/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
PythonVersion: '2.7'
MacOs_Python37:
OSName: 'MacOS'
OSVmImage: 'macOS-10.14'
OSVmImage: 'macOS-10.15'
PythonVersion: '3.7'
EnvVars:
AZURE_STORAGE_ACCOUNT: $(python-eh-livetest-event-hub-storage-account)
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
PythonVersion: '3.5'
MacOs_Python37:
OSName: 'MacOS'
OSVmImage: 'macOS-10.14'
OSVmImage: 'macOS-10.15'
PythonVersion: '3.7'
Windows_Python27:
OSName: 'Windows'
Expand Down

0 comments on commit a25a803

Please sign in to comment.