From 888e5deea1c329720f2a8ae3c8700bdff26b426b Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 9 Sep 2020 16:53:16 +0200 Subject: [PATCH] ci: switch to Github Actions XL (#464) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29f6fc68..184c8d81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,11 @@ jobs: target: x86_64-apple-darwin variant: release - - os: ubuntu-18.04 + - os: ubuntu-latest-xl target: x86_64-unknown-linux-gnu variant: debug - - os: ubuntu-18.04 + - os: ubuntu-latest-xl target: x86_64-unknown-linux-gnu variant: release @@ -41,11 +41,11 @@ jobs: target: x86_64-pc-windows-msvc variant: release # Note: we do not support windows debug builds. - - os: ubuntu-18.04 + - os: ubuntu-latest-xl target: aarch64-unknown-linux-gnu variant: debug - - os: ubuntu-18.04 + - os: ubuntu-latest-xl target: aarch64-unknown-linux-gnu variant: release