Skip to content

Commit aeee38b

Browse files
committed
update jekyll.yml to fix error
thanks @bedroesb
1 parent 3a9943f commit aeee38b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jekyll.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ permissions:
1515
jobs:
1616

1717
build:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3
2222
with:
2323
ref: ${{ github.event.inputs.branch }}
2424

2525
- name: Setup Ruby
26-
uses: ruby/setup-ruby@v1.127.0
26+
uses: ruby/setup-ruby@v1.204.0
2727
with:
28-
ruby-version: '3.1'
28+
ruby-version: '3.3'
2929
bundler-cache: true
3030
cache-version: 0
3131

0 commit comments

Comments
 (0)