Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cada119

Browse files
committed
Bump mimimum Ubuntu Version on Azure because 20.04 is EOL
1 parent 69e6954 commit cada119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stages:
5050
strategy:
5151
matrix:
5252
Linux_py310:
53-
vmImage: 'ubuntu-20.04' # keep one job pinned to the oldest image
53+
vmImage: 'ubuntu-22.04' # keep one job pinned to the oldest image
5454
python.version: '3.10'
5555
Linux_py311:
5656
vmImage: 'ubuntu-latest'

0 commit comments

Comments
 (0)