Skip to content

Commit 1156416

Browse files
committed
Fix CI rot
1 parent 770678b commit 1156416

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

ci/azure-pipelines.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
- job: linux_sdist
1212
pool:
13-
vmImage: ubuntu-18.04
13+
vmImage: ubuntu-20.04
1414
variables:
1515
interpreter: python3.8
1616
target: x86_64-unknown-linux-gnu
@@ -24,7 +24,7 @@ jobs:
2424

2525
- job: linux_debug
2626
pool:
27-
vmImage: ubuntu-18.04
27+
vmImage: ubuntu-20.04
2828
container: quay.io/pypa/manylinux1_x86_64:latest
2929
variables:
3030
interpreter: python3.8
@@ -38,7 +38,7 @@ jobs:
3838

3939
- job: linux_python39_amd64
4040
pool:
41-
vmImage: ubuntu-18.04
41+
vmImage: ubuntu-20.04
4242
container: python:3.9-rc-buster
4343
variables:
4444
interpreter: python3.9
@@ -52,7 +52,7 @@ jobs:
5252

5353
- job: linux_python38_amd64
5454
pool:
55-
vmImage: ubuntu-18.04
55+
vmImage: ubuntu-20.04
5656
container: quay.io/pypa/manylinux1_x86_64:latest
5757
variables:
5858
interpreter: python3.8
@@ -66,7 +66,7 @@ jobs:
6666

6767
- job: linux_python37_amd64
6868
pool:
69-
vmImage: ubuntu-18.04
69+
vmImage: ubuntu-20.04
7070
container: quay.io/pypa/manylinux1_x86_64:latest
7171
variables:
7272
interpreter: python3.7
@@ -80,7 +80,7 @@ jobs:
8080

8181
- job: linux_python36_amd64
8282
pool:
83-
vmImage: ubuntu-18.04
83+
vmImage: ubuntu-20.04
8484
container: quay.io/pypa/manylinux1_x86_64:latest
8585
variables:
8686
interpreter: python3.6
@@ -94,7 +94,7 @@ jobs:
9494

9595
- job: macos_python38_amd64
9696
pool:
97-
vmImage: macOS-10.14
97+
vmImage: macOS-10.15
9898
variables:
9999
interpreter: python3.8
100100
manylinux: off
@@ -109,7 +109,7 @@ jobs:
109109

110110
- job: macos_python37_amd64
111111
pool:
112-
vmImage: macOS-10.14
112+
vmImage: macOS-10.15
113113
variables:
114114
interpreter: python3.7
115115
manylinux: off
@@ -124,7 +124,7 @@ jobs:
124124

125125
- job: macos_python36_amd64
126126
pool:
127-
vmImage: macOS-10.14
127+
vmImage: macOS-10.15
128128
variables:
129129
interpreter: python3.6
130130
manylinux: off
@@ -141,7 +141,7 @@ jobs:
141141
pool:
142142
vmImage: windows-2019
143143
variables:
144-
interpreter: C:\hostedtoolcache\windows\Python\3.8.3\x64\python.exe
144+
interpreter: C:\hostedtoolcache\windows\Python\3.8.5\x64\python.exe
145145
target: x86_64-pc-windows-msvc
146146
steps:
147147
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)