diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-11-05 13:10:45 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-05 13:10:45 +0530 |
| commit | 770ef1460085e1a1b706cc7f066e7b3ea5010eb0 (patch) | |
| tree | dde6640b3579fa2fd614526d75e9f713af666455 /.github/workflows/wpt_epoch.yml | |
| parent | 4861108592e4543c6245f8b477f083ec1b34f627 (diff) | |
chore: upgrade publish workflow to ubuntu 24 (#26731)
Diffstat (limited to '.github/workflows/wpt_epoch.yml')
| -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 d679498b8..1d86ed555 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-22.04-xl] + os: [ubuntu-24.04-xl] steps: - name: Clone repository |
