0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-03-09 13:38:51 -04:00

ci: switch to Github Actions XL (#464)

This commit is contained in:
Bert Belder 2020-09-09 16:53:16 +02:00
parent b3f9cb1f01
commit 888e5deea1
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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