Skip to content

Commit ed05fdd

Browse files
authored
Update MacOS and Windows Azure images (#1355)
* macOS 10.14 -> 10.15 * windows vs2017-win2016 -> windows-latest
1 parent 797ce05 commit ed05fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- template: ci/azure/posix.yml
1616
parameters:
1717
name: Test_bare_macOS
18-
vmImage: macOS-10.14
18+
vmImage: macOS-10.15
1919

2020

2121
- template: ci/azure/conda_linux.yml
@@ -27,7 +27,7 @@ jobs:
2727
- template: ci/azure/conda_windows.yml
2828
parameters:
2929
name: Test_conda_windows
30-
vmImage: vs2017-win2016
30+
vmImage: windows-latest
3131

3232

3333
- job: 'Publish'

0 commit comments

Comments
 (0)