From 196ee3e0796edacfaab06e8aec448a0855ccc316 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:10:44 -0500 Subject: [PATCH] [config](build): downgrade to ubuntu-20.04(see if that fixes Ruby build (#759) [config](build): downgrade to ubuntu-20.04(see if that fi Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- .github/workflows/jekyll.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 981edec9..5c6e3431 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -29,7 +29,8 @@ concurrency: jobs: # Build job build: - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Harden Runner uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3