Skip to content

Commit a289e7f

Browse files
authored
CI: Use new Ubuntu 22.04 image and remove deprecated Ubuntu 18.04 (#1847)
* Use new Ubuntu and mac images * only use latest image for macos
1 parent 59cecb5 commit a289e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines-ci/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ stages:
2222
- job:
2323
strategy:
2424
matrix:
25-
Ubuntu_18_04:
26-
vmImage: ubuntu-18.04
2725
Ubuntu_20_04:
2826
vmImage: ubuntu-20.04
27+
Ubuntu_22_04:
28+
vmImage: ubuntu-22.04
2929
mac_Latest:
3030
vmImage: macOS-latest
3131
Windows_Server2019_PowerShell_Core:

0 commit comments

Comments
 (0)