Skip to content

Commit b3d85a2

Browse files
authored
fix(workflow): use a fixed ubuntu version for the runner (#1486)
1 parent 48cb60c commit b3d85a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
playwright-tests:
99
timeout-minutes: 60
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
fail-fast: false
1313
matrix:

0 commit comments

Comments
 (0)