From 3c1aa70615fd2344a30431d17d98d3eea8f510fd Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 13 Jan 2025 10:04:30 +0000 Subject: [PATCH] bump ubuntu image --- .github/workflows/jekyll.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index b3c99d0..bd113d4 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -29,7 +29,7 @@ concurrency: jobs: # Build job build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v3 @@ -39,7 +39,7 @@ jobs: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems - + - name: Setup Pages id: pages uses: actions/configure-pages@v3