From aef386913ebe4c786051d8af0957035533838eef Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 10 Dec 2020 04:00:06 -0500 Subject: [PATCH] ci: Use ubuntu-16.04 for linux gnu deploys and CI --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deployment.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 866ae78f..1f75635c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,13 +65,13 @@ jobs: triple: # Standard x86-64 stuff, stable - { - os: "ubuntu-18.04", + os: "ubuntu-16.04", target: "x86_64-unknown-linux-gnu", cross: false, rust: stable, } - { - os: "ubuntu-18.04", + os: "ubuntu-16.04", target: "i686-unknown-linux-gnu", cross: true, rust: stable, diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 2ea2bd25..2943766d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -71,12 +71,12 @@ jobs: triple: # Standard x86-64 stuff, stable - { - os: "ubuntu-18.04", + os: "ubuntu-16.04", target: "x86_64-unknown-linux-gnu", cross: false, } - { - os: "ubuntu-18.04", + os: "ubuntu-16.04", target: "i686-unknown-linux-gnu", cross: true, }