Skip to content

Commit fc3d25c

Browse files
authored
Merge pull request #121 from elegaanz/update-ci
Always use the latest Ubuntu for CI
2 parents b041900 + 2bab891 commit fc3d25c

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)