Move to the OS-latest image tags on Azure Pipelines (#2461)
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@ pr:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: linux_311
|
- job: linux_311
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
pool: {vmImage: 'Ubuntu-22.04'}
|
pool: {vmImage: 'ubuntu-latest'}
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
inputs:
|
inputs:
|
||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
python ./bin/run_tests.py
|
python ./bin/run_tests.py
|
||||||
|
|
||||||
- job: macos_311
|
- job: macos_311
|
||||||
pool: {vmImage: 'macOS-13'}
|
pool: {vmImage: 'macOS-latest'}
|
||||||
timeoutInMinutes: 120
|
timeoutInMinutes: 120
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
python ./bin/run_tests.py
|
python ./bin/run_tests.py
|
||||||
|
|
||||||
- job: windows_311
|
- job: windows_311
|
||||||
pool: {vmImage: 'windows-2019'}
|
pool: {vmImage: 'windows-latest'}
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- job: linux
|
- job: linux
|
||||||
pool: {vmImage: 'Ubuntu-20.04'}
|
pool: {vmImage: 'ubuntu-latest'}
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
- bash: |
|
- bash: |
|
||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
inputs: {pathtoPublish: 'wheelhouse'}
|
inputs: {pathtoPublish: 'wheelhouse'}
|
||||||
|
|
||||||
- job: macos
|
- job: macos
|
||||||
pool: {vmImage: 'macOS-13'}
|
pool: {vmImage: 'macOS-latest'}
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
- bash: |
|
- bash: |
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
inputs: {pathtoPublish: wheelhouse}
|
inputs: {pathtoPublish: wheelhouse}
|
||||||
|
|
||||||
- job: windows
|
- job: windows
|
||||||
pool: {vmImage: 'windows-2019'}
|
pool: {vmImage: 'windows-latest'}
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
- bash: |
|
- bash: |
|
||||||
|
|||||||
Reference in New Issue
Block a user