diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-01-11 17:07:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 17:07:02 +0100 |
commit | 9f4e1e0d346533d9ecefc9f9ff9a1a0faf426d21 (patch) | |
tree | 61b36d74904548e826fcdd29fa81341b152140b5 | |
parent | a7ea93b978d366a214a9fdad085d1c9a1a0c3abf (diff) |
chore(ci): ubuntu-latest-xl => ubuntu-20.04-xl (#13342)
-rw-r--r-- | .github/workflows/wpt_epoch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index bf1a05feb..a4b3f0712 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -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 |