From 94359fe386fd68c22a66ec9c278da3144943497f Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 13 Dec 2024 14:37:04 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a1fe1187158..9717b4d86a6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,12 +3,12 @@ on: [push, pull_request] jobs: build: name: Build Jekyll - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: '3.1' - name: Install dependencies run: bundle install && bundle exec appraisal install - name: Setup Pages