Skip to content

Commit

Permalink
update jekyll.yml to fix error
Browse files Browse the repository at this point in the history
thanks @bedroesb
  • Loading branch information
supernord committed Dec 18, 2024
1 parent 3a9943f commit aeee38b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ permissions:
jobs:

build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.branch }}

- name: Setup Ruby
uses: ruby/setup-ruby@v1.127.0
uses: ruby/setup-ruby@v1.204.0
with:
ruby-version: '3.1'
ruby-version: '3.3'
bundler-cache: true
cache-version: 0

Expand Down

0 comments on commit aeee38b

Please sign in to comment.