Skip to content

Commit 3bef9c6

Browse files
Pin ubuntu due to playwright issue
1 parent 22dac67 commit 3bef9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: [push]
33
jobs:
44
build:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-22.04
66

77
steps:
88
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)