Skip to content

Commit bdeadfe

Browse files
ferbsxclaude
andcommitted
CI: pin Jekyll build job to ubuntu-22.04 for Ruby 2.7 availability
ruby/setup-ruby has no prebuilt Ruby 2.7 on ubuntu-24.04 (now ubuntu-latest), which failed the Setup Ruby step. 22.04 still provides 2.7. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 07f6e10 commit bdeadfe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ concurrency:
2020

2121
jobs:
2222
build:
23-
runs-on: ubuntu-latest
23+
# Pinned to 22.04: ruby/setup-ruby no longer provides a prebuilt Ruby 2.7
24+
# on ubuntu-24.04 (which is what ubuntu-latest now is). 22.04 still has it,
25+
# and 2.7 matches the era of the pinned gems below.
26+
runs-on: ubuntu-22.04
2427
steps:
2528
- name: Checkout
2629
uses: actions/checkout@v4

0 commit comments

Comments
 (0)