Skip to content

Commit

Permalink
pin browser tests to ubuntu 22.04 LTS
Browse files Browse the repository at this point in the history
follow-up to webrtc#1694 which only replaced the wrong (first) test runner
Use ubuntu-latest for lint
  • Loading branch information
fippo committed Jan 4, 2025
1 parent 77afad9 commit 8f4a63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -13,7 +13,7 @@ jobs:
- run: npm run stylelint
test:
needs: lint
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 5
strategy:
matrix:
Expand Down

0 comments on commit 8f4a63a

Please sign in to comment.