Skip to content

Commit dce47d1

Browse files
[fix](build): Ruby(jekyll_ai_related_posts needs ubuntu-22.04)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 1237a2f commit dce47d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
3030
# Build job
3131
build:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- name: Checkout
3535
uses: actions/[email protected]

0 commit comments

Comments
 (0)