Skip to content

Commit

Permalink
[config](build): downgrade to ubuntu-20.04(see if that fi
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 30, 2025
1 parent 5c3bbff commit 9b00c5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b00c5d

Please sign in to comment.