Skip to content

Commit

Permalink
ci: use ubuntu 22.04 on linux runners
Browse files Browse the repository at this point in the history
Signed-off-by: Mukilan Thiyagarajan <[email protected]>
  • Loading branch information
mukilan committed Oct 21, 2023
1 parent 66e169c commit 3a88875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
linux-wpt:
name: WPT ${{ inputs.layout }}
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/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ env:
jobs:
build:
name: Linux Build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
if: github.event_name != 'issue_comment'
Expand Down

0 comments on commit 3a88875

Please sign in to comment.