Skip to content

Commit ebccc14

Browse files
Backport PR pandas-dev#42419: CI: update vm image version for Azure (pandas-dev#42432)
Co-authored-by: Fangchen Li <[email protected]>
1 parent a046353 commit ebccc14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- template: ci/azure/posix.yml
2222
parameters:
2323
name: macOS
24-
vmImage: macOS-10.14
24+
vmImage: macOS-10.15
2525

2626
- template: ci/azure/windows.yml
2727
parameters:
2828
name: Windows
29-
vmImage: vs2017-win2016
29+
vmImage: windows-2019
3030

3131
- job: py37_32bit
3232
pool:

0 commit comments

Comments
 (0)