Move to the OS-latest image tags on Azure Pipelines (#2461)

This commit is contained in:
Joe Rickerby
2025-06-10 16:48:53 -04:00
committed by GitHub
parent dcecda6962
commit c6368be701
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ pr:
jobs:
- job: linux_311
timeoutInMinutes: 180
pool: {vmImage: 'Ubuntu-22.04'}
pool: {vmImage: 'ubuntu-latest'}
steps:
- task: UsePythonVersion@0
inputs:
@@ -25,7 +25,7 @@ jobs:
python ./bin/run_tests.py
- job: macos_311
pool: {vmImage: 'macOS-13'}
pool: {vmImage: 'macOS-latest'}
timeoutInMinutes: 120
steps:
- task: UsePythonVersion@0
@@ -43,7 +43,7 @@ jobs:
python ./bin/run_tests.py
- job: windows_311
pool: {vmImage: 'windows-2019'}
pool: {vmImage: 'windows-latest'}
timeoutInMinutes: 180
steps:
- task: UsePythonVersion@0
+3 -3
View File
@@ -1,6 +1,6 @@
jobs:
- job: linux
pool: {vmImage: 'Ubuntu-20.04'}
pool: {vmImage: 'ubuntu-latest'}
steps:
- task: UsePythonVersion@0
- bash: |
@@ -14,7 +14,7 @@ jobs:
inputs: {pathtoPublish: 'wheelhouse'}
- job: macos
pool: {vmImage: 'macOS-13'}
pool: {vmImage: 'macOS-latest'}
steps:
- task: UsePythonVersion@0
- bash: |
@@ -28,7 +28,7 @@ jobs:
inputs: {pathtoPublish: wheelhouse}
- job: windows
pool: {vmImage: 'windows-2019'}
pool: {vmImage: 'windows-latest'}
steps:
- task: UsePythonVersion@0
- bash: |