1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

ci: use xl windows runners (#14554)

Thanks GitHub :)
This commit is contained in:
Luca Casonato 2022-05-10 14:33:44 +02:00 committed by GitHub
parent 649e5ce023
commit 64f9711f7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,10 +23,10 @@ jobs:
- os: macos-10.15
job: test
profile: release
- os: windows-2019
- os: ${{ github.repository == 'denoland/deno' && 'windows-2019-xl' || 'windows-2019' }}
job: test
profile: fastci
- os: windows-2019
- os: ${{ github.repository == 'denoland/deno' && 'windows-2019-xl' || 'windows-2019' }}
job: test
profile: release
- os: ${{ github.repository == 'denoland/deno' && 'ubuntu-20.04-xl' || 'ubuntu-20.04' }}