Skip to content
Snippets Groups Projects
Commit a72e731cb597 authored by ijl's avatar ijl
Browse files

Fix CI rot

parent d37519942879
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
- job: linux_sdist - job: linux_sdist
pool: pool:
vmImage: ubuntu-18.04 vmImage: ubuntu-20.04
variables: variables:
interpreter: python3.8 interpreter: python3.8
target: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
- job: linux_debug - job: linux_debug
pool: pool:
vmImage: ubuntu-18.04 vmImage: ubuntu-20.04
container: quay.io/pypa/manylinux1_x86_64:latest container: quay.io/pypa/manylinux1_x86_64:latest
variables: variables:
interpreter: python3.8 interpreter: python3.8
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
- job: linux_python39_amd64 - job: linux_python39_amd64
pool: pool:
vmImage: ubuntu-18.04 vmImage: ubuntu-20.04
container: python:3.9-rc-buster container: python:3.9-rc-buster
variables: variables:
interpreter: python3.9 interpreter: python3.9
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
- job: linux_python38_amd64 - job: linux_python38_amd64
pool: pool:
vmImage: ubuntu-18.04 vmImage: ubuntu-20.04
container: quay.io/pypa/manylinux1_x86_64:latest container: quay.io/pypa/manylinux1_x86_64:latest
variables: variables:
interpreter: python3.8 interpreter: python3.8
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
- job: linux_python37_amd64 - job: linux_python37_amd64
pool: pool:
vmImage: ubuntu-18.04 vmImage: ubuntu-20.04
container: quay.io/pypa/manylinux1_x86_64:latest container: quay.io/pypa/manylinux1_x86_64:latest
variables: variables:
interpreter: python3.7 interpreter: python3.7
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
- job: linux_python36_amd64 - job: linux_python36_amd64
pool: pool:
vmImage: ubuntu-18.04 vmImage: ubuntu-20.04
container: quay.io/pypa/manylinux1_x86_64:latest container: quay.io/pypa/manylinux1_x86_64:latest
variables: variables:
interpreter: python3.6 interpreter: python3.6
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
- job: macos_python38_amd64 - job: macos_python38_amd64
pool: pool:
vmImage: macOS-10.14 vmImage: macOS-10.15
variables: variables:
interpreter: python3.8 interpreter: python3.8
manylinux: off manylinux: off
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
- job: macos_python37_amd64 - job: macos_python37_amd64
pool: pool:
vmImage: macOS-10.14 vmImage: macOS-10.15
variables: variables:
interpreter: python3.7 interpreter: python3.7
manylinux: off manylinux: off
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
- job: macos_python36_amd64 - job: macos_python36_amd64
pool: pool:
vmImage: macOS-10.14 vmImage: macOS-10.15
variables: variables:
interpreter: python3.6 interpreter: python3.6
manylinux: off manylinux: off
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
pool: pool:
vmImage: windows-2019 vmImage: windows-2019
variables: variables:
interpreter: C:\hostedtoolcache\windows\Python\3.8.3\x64\python.exe interpreter: C:\hostedtoolcache\windows\Python\3.8.5\x64\python.exe
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment