From 555d86206de2714d367e8168f5c7e033ac87b32c Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Wed, 23 Jun 2021 09:47:06 +0100 Subject: [PATCH] ci: update versions of ubuntu --- .github/workflows/CICD.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 890193d..8f0ee1a 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -82,11 +82,11 @@ jobs: job: # { os, target, cargo-options, features, use-cross, toolchain } - { os: ubuntu-latest , target: arm-unknown-linux-gnueabihf , use-cross: use-cross } - - { os: ubuntu-18.04 , target: i686-unknown-linux-gnu , use-cross: use-cross } - - { os: ubuntu-18.04 , target: i686-unknown-linux-musl , use-cross: use-cross } + - { os: ubuntu-20.04 , target: i686-unknown-linux-gnu , use-cross: use-cross } + - { os: ubuntu-20.04 , target: i686-unknown-linux-musl , use-cross: use-cross } + - { os: ubuntu-20.04 , target: x86_64-unknown-linux-gnu , use-cross: use-cross } + - { os: ubuntu-20.04 , target: x86_64-unknown-linux-musl , use-cross: use-cross } - { os: ubuntu-18.04 , target: x86_64-unknown-linux-gnu , use-cross: use-cross } - - { os: ubuntu-18.04 , target: x86_64-unknown-linux-musl , use-cross: use-cross } - - { os: ubuntu-16.04 , target: x86_64-unknown-linux-gnu , use-cross: use-cross } - { os: macos-latest , target: x86_64-apple-darwin } - { os: windows-latest , target: i686-pc-windows-gnu } - { os: windows-latest , target: i686-pc-windows-msvc }