diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-09-09 17:38:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 17:38:37 +0200 |
commit | 71a987942a89510073761a8a356552fe0025c144 (patch) | |
tree | 2c36b81a7d90eace44a659afdcec7c932aed9f49 | |
parent | 857f9b32e02c876e9cce6e82f82fb6ed95248646 (diff) |
build: use GitHub Actions XL runners (#7406)
-rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 135a30d0c..5c3e627de 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 |