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:
parent
d19e87e435
commit
37a02bef69
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wpt_epoch.yml
vendored
2
.github/workflows/wpt_epoch.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue