Skip to content

Commit 2c69dc4

Browse files
committed
update ubuntu version to 24.04 for playwright job
1 parent b7c1e34 commit 2c69dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test:
99
timeout-minutes: 60
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)