Skip to content

Commit 2246ffb

Browse files
taiki-eThomasdezeeuw
authored andcommitted
Use ubuntu-18.04 instead of ubuntu-16.04
1 parent 0cfba5d commit 2246ffb

5 files changed

+10
-10
lines changed

ci/azure-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
displayName: Clippy
44

55
pool:
6-
vmImage: ubuntu-16.04
6+
vmImage: ubuntu-18.04
77

88
steps:
99
- template: azure-install-rust.yml

ci/azure-cross-compile.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
vmImage: ubuntu-16.04
2+
vmImage: ubuntu-18.04
33

44
jobs:
55
- job: ${{ parameters.name }}
@@ -15,23 +15,23 @@ jobs:
1515
target: aarch64-apple-ios
1616

1717
Android_ARM:
18-
vmImage: ubuntu-16.04
18+
vmImage: ubuntu-18.04
1919
target: arm-linux-androideabi
2020

2121
Android_ARM64:
22-
vmImage: ubuntu-16.04
22+
vmImage: ubuntu-18.04
2323
target: aarch64-linux-android
2424

2525
Android_32:
26-
vmImage: ubuntu-16.04
26+
vmImage: ubuntu-18.04
2727
target: i686-unknown-linux-gnu
2828

2929
NetBSD:
30-
vmImage: ubuntu-16.04
30+
vmImage: ubuntu-18.04
3131
target: x86_64-unknown-netbsd
3232

3333
Solaris:
34-
vmImage: ubuntu-16.04
34+
vmImage: ubuntu-18.04
3535
target: x86_64-pc-solaris
3636

3737
pool:

ci/azure-minimal-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
Linux:
10-
vmImage: ubuntu-16.04
10+
vmImage: ubuntu-18.04
1111
Windows:
1212
vmImage: vs2017-win2016
1313
pool:

ci/azure-rustfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
- job: ${{ parameters.name }}
44
displayName: Check rustfmt
55
pool:
6-
vmImage: ubuntu-16.04
6+
vmImage: ubuntu-18.04
77
steps:
88
- template: azure-install-rust.yml
99
parameters:

ci/azure-test-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
Linux:
11-
vmImage: ubuntu-16.04
11+
vmImage: ubuntu-18.04
1212

1313
${{ if parameters.cross }}:
1414
MacOS:

0 commit comments

Comments
 (0)