From 71a987942a89510073761a8a356552fe0025c144 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 9 Sep 2020 17:38:37 +0200 Subject: [PATCH] build: use GitHub Actions XL runners (#7406) --- .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 135a30d0cc..5c3e627def 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,13 +17,13 @@ jobs: kind: test_release - os: windows-2019 kind: test_release - - os: ubuntu-18.04 + - os: ubuntu-latest-xl kind: test_release - - os: ubuntu-18.04 + - os: ubuntu-latest-xl kind: test_debug - - os: ubuntu-18.04 + - os: ubuntu-latest-xl kind: bench - - os: ubuntu-18.04 + - os: ubuntu-latest-xl kind: lint # Always run master branch builds to completion. This allows the cache to