Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ubuntu-18.04 instead of ubuntu-16.04 #1489

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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