Skip to content

Commit

Permalink
Merge #1245
Browse files Browse the repository at this point in the history
1245: Revert change of Ubuntu 18.04 to 16.04 r=MarkMcCaskey a=MarkMcCaskey

I didn't document why I changed it to 18.04 in #1163 ; making this PR to run CI and find out why.

It looks like CI is passing!  I have no idea why I updated to 18.04.  Perhaps I misread [the support table](https://wiki.ubuntu.com/Releases) and thought 16.04 no longer had standard support.

Either way, this PR seems good to merge.

# Review

- [ ] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: Mark McCaskey <mark@wasmer.io>
  • Loading branch information
bors[bot] and Mark McCaskey authored Feb 24, 2020
2 parents ad04e07 + f3d4b56 commit 077d81f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- job: clippy_lint
pool:
vmImage: "ubuntu-18.04"
vmImage: "ubuntu-16.04"
steps:
- checkout: self
- template: .azure/install-rust.yml
Expand All @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
linux:
imageName: "ubuntu-18.04"
imageName: "ubuntu-16.04"
rust_toolchain: nightly-2019-12-19
mac:
imageName: "macos-10.14"
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- job: Check
pool:
vmImage: "ubuntu-18.04"
vmImage: "ubuntu-16.04"
variables:
rust_toolchain: nightly-2019-12-19
condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying')
Expand All @@ -106,7 +106,7 @@ jobs:
strategy:
matrix:
linux:
imageName: "ubuntu-18.04"
imageName: "ubuntu-16.04"
rust_toolchain: nightly-2019-12-19
mac:
imageName: "macos-10.14"
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
strategy:
matrix:
linux:
imageName: "ubuntu-18.04"
imageName: "ubuntu-16.04"
rust_toolchain: nightly-2019-12-19
mac:
imageName: "macos-10.14"
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:

- job: Build_Docs
pool:
vmImage: "ubuntu-18.04"
vmImage: "ubuntu-16.04"
variables:
rust_toolchain: nightly-2019-12-19
condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying')
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
- Build_Docs
displayName: Deploy API Documentation to GitHub
pool:
vmImage: "ubuntu-18.04"
vmImage: "ubuntu-16.04"
condition: in(variables['Build.SourceBranch'], 'refs/heads/master')
steps:
- checkout: self
Expand Down

0 comments on commit 077d81f

Please sign in to comment.