Skip to content

Commit 2bab891

Browse files
committed
Always use the latest Ubuntu for CI
1 parent b041900 commit 2bab891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
- job: Linux
33

44
pool:
5-
vmImage: 'Ubuntu 18.04'
5+
vmImage: 'ubuntu-latest'
66

77
steps:
88
- task: NodeTool@0

0 commit comments

Comments
 (0)