Skip to content

Commit 63e0bd7

Browse files
authored
Merge pull request #683 from ComputationalCryoEM/upgrade_ubuntu_azure_ci
update azure pipeline ubuntu image versions
2 parents c30a890 + a65470c commit 63e0bd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ schedules:
99

1010
jobs:
1111
- job:
12-
displayName: ubuntu-latest
12+
displayName: ubuntu-22.04
1313
pool:
14-
vmImage: 'ubuntu-latest'
14+
vmImage: 'ubuntu-22.04'
1515
strategy:
1616
matrix:
1717
Python37:
@@ -31,9 +31,9 @@ jobs:
3131
displayName: pytest
3232
3333
- job:
34-
displayName: ubuntu-18.04
34+
displayName: ubuntu-20.04
3535
pool:
36-
vmImage: 'ubuntu-18.04'
36+
vmImage: 'ubuntu-20.04'
3737
strategy:
3838
matrix:
3939
Python37:

0 commit comments

Comments
 (0)