Skip to content

Commit

Permalink
Use ubuntu-18.04 instead of ubuntu-16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and Thomasdezeeuw committed Jun 9, 2021
1 parent 0cfba5d commit 2246ffb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ci/azure-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
displayName: Clippy

pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04

steps:
- template: azure-install-rust.yml
Expand Down
12 changes: 6 additions & 6 deletions ci/azure-cross-compile.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04

jobs:
- job: ${{ parameters.name }}
Expand All @@ -15,23 +15,23 @@ jobs:
target: aarch64-apple-ios

Android_ARM:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
target: arm-linux-androideabi

Android_ARM64:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
target: aarch64-linux-android

Android_32:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
target: i686-unknown-linux-gnu

NetBSD:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
target: x86_64-unknown-netbsd

Solaris:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
target: x86_64-pc-solaris

pool:
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-minimal-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
Linux:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
Windows:
vmImage: vs2017-win2016
pool:
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
- job: ${{ parameters.name }}
displayName: Check rustfmt
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
steps:
- template: azure-install-rust.yml
parameters:
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
Linux:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04

${{ if parameters.cross }}:
MacOS:
Expand Down

0 comments on commit 2246ffb

Please sign in to comment.