Skip to content

Commit 90dcbca

Browse files
committed
Add two ubuntu targets.
1 parent 591d853 commit 90dcbca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ jobs:
2626
displayName: Test
2727
2828
- job: Test_Ubuntu
29+
strategy:
30+
matrix:
31+
focal:
32+
image: ubuntu-20.04
33+
jammy:
34+
image: ubuntu-22.04
2935
pool:
30-
vmImage: ubuntu-latest
36+
vmImage: $(image)
3137

3238
steps:
3339
- script: |

0 commit comments

Comments
 (0)