Skip to content

Commit

Permalink
Update CI pipeline to use latest Ubuntu, macOS, and Windows images
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Nov 5, 2024
1 parent 9d11602 commit 56db1e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ trigger:
- develop
jobs:
- job:
displayName: Ubuntu-20.04
displayName: Ubuntu-22.04
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
strategy:
matrix:
Python311:
Expand Down Expand Up @@ -95,9 +95,9 @@ jobs:
python setup.py test
displayName: Test cases
- job:
displayName: macOS-12
displayName: macOS-14
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-14'
strategy:
matrix:
Python310:
Expand Down Expand Up @@ -134,9 +134,9 @@ jobs:
python setup.py test
displayName: Test cases
- job:
displayName: windows-2019
displayName: windows-2022
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
strategy:
matrix:
Python310:
Expand Down

0 comments on commit 56db1e3

Please sign in to comment.