Skip to content

Commit b259b00

Browse files
committed
chore: update vm image
1 parent 517777e commit b259b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- job: nightly_release
1111
displayName: Nightly Release
1212
pool:
13-
vmImage: 'ubuntu-16.04'
13+
vmImage: 'ubuntu-latest'
1414
steps:
1515
- task: NodeTool@0
1616
inputs:

.ci/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- job: run_tests
99
displayName: Run Tests
1010
pool:
11-
vmImage: 'ubuntu-16.04'
11+
vmImage: 'ubuntu-latest'
1212
steps:
1313
- task: NodeTool@0
1414
inputs:

0 commit comments

Comments
 (0)