Skip to content

Commit

Permalink
Merge pull request #17 from servo/use-ubuntu-latest-runner
Browse files Browse the repository at this point in the history
Use ubuntu 22.04 on runners
  • Loading branch information
mukilan authored Nov 14, 2023
2 parents ca66dd5 + 4fbcd0d commit 0b43c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
run-wpt:
name: Run WPT suite.
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
max_chunk_id: 20
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-scores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

process-new-run:
name: Process all chunks and update metrics
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- wpt-for-layout-2013
- wpt-for-layout-2020
Expand Down

0 comments on commit 0b43c56

Please sign in to comment.