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

macos_python39_amd64

parent 4dae33e1744f
Branches
No related tags found
No related merge requests found
......@@ -92,6 +92,21 @@
- checkout: self
- template: ./azure-linux-container.yml
- job: macos_python39_amd64
pool:
vmImage: macOS-10.15
variables:
interpreter: python3.9
manylinux: off
target: x86_64-apple-darwin
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.9'
addToPath: true
- checkout: self
- template: ./azure-posix.yml
- job: macos_python38_amd64
pool:
vmImage: macOS-10.15
......@@ -141,7 +156,7 @@
pool:
vmImage: windows-2019
variables:
interpreter: C:\hostedtoolcache\windows\Python\3.8.5\x64\python.exe
interpreter: C:\hostedtoolcache\windows\Python\3.8.6\x64\python.exe
target: x86_64-pc-windows-msvc
steps:
- task: UsePythonVersion@0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment