1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -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 GitHub
parent a7ea93b978
commit 9f4e1e0d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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