We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296dd53 commit c455543Copy full SHA for c455543
.github/workflows/jekyll.yml
@@ -28,14 +28,14 @@ concurrency:
28
jobs:
29
# Build job
30
build:
31
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
32
steps:
33
- name: Checkout
34
uses: actions/checkout@v4
35
- name: Setup Ruby
36
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
37
with:
38
- ruby-version: '3.2.3' # Not needed with a .ruby-version file
+ ruby-version: '3.2' # Not needed with a .ruby-version file
39
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
40
cache-version: 0 # Increment this number if you need to re-download cached gems
41
- name: Setup Pages
0 commit comments