diff options
-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 |