Skip to content

Commit 8f4a63a

Browse files
committed
pin browser tests to ubuntu 22.04 LTS
follow-up to webrtc#1694 which only replaced the wrong (first) test runner Use ubuntu-latest for lint
1 parent 77afad9 commit 8f4a63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
lint:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
@@ -13,7 +13,7 @@ jobs:
1313
- run: npm run stylelint
1414
test:
1515
needs: lint
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
timeout-minutes: 5
1818
strategy:
1919
matrix:

0 commit comments

Comments
 (0)