Skip to content

Commit

Permalink
Update release build to use ubuntu-latest image (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan authored Oct 18, 2021
1 parent b1d0939 commit 1d57ad0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .vsts-ci/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ variables:
resources:
- repo: self
clean: true
phases:
- phase: Build

queue:
name: Hosted Ubuntu 1604
parallel: 2
jobs:
- job: Build
pool:
vmImageName: ubuntu-latest
displayName: Linux
strategy:
matrix:
Linux ARM Native:
buildName: ubuntu.16.04-arm
Expand Down
2 changes: 1 addition & 1 deletion tools/releaseBuild/yaml/releaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ stages:
- job: BuildLinux
displayName: Linux
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
strategy:
matrix:
UbuntuArm:
Expand Down

0 comments on commit 1d57ad0

Please sign in to comment.