1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00

chore(ci): ubuntu-latest-xl => ubuntu-20.04-xl (#13342)

This commit is contained in:
Aaron O'Mullan 2022-01-11 17:07:02 +01:00 committed by crowlkats
parent d19e87e435
commit 37a02bef69
No known key found for this signature in database
GPG key ID: A82C9D461FC483E8

View file

@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
deno-version: [v1.x, canary]
os: [ubuntu-latest-xl]
os: [ubuntu-20.04-xl]
steps:
- name: Clone repository