Skip to content

Commit 4e372ee

Browse files
committed
fix(ci): Align Ruby version in workflow with .ruby-version
1 parent d9a21fc commit 4e372ee

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: '3.1'
26+
ruby-version: '2.6.3'
2727
bundler-cache: true
2828
cache-version: 0
2929
- name: Setup Pages

0 commit comments

Comments
 (0)