mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
build: use GitHub Actions XL runners (#7406)
This commit is contained in:
parent
857f9b32e0
commit
71a987942a
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue