Skip to content

Commit 93f5e09

Browse files
authored
respec.yaml: use older Ubuntu
Respec depends on puppeteer which has a problem with the latest Ubuntu
1 parent 031d633 commit 93f5e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/respec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
respec:
2020

21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222

2323
steps:
2424
- uses: actions/checkout@v4 # checkout main branch

0 commit comments

Comments
 (0)