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: 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
+3 -3
View File
@@ -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: |