Skip to content

Commit

Permalink
Use ubuntu-22.04 to prevent recent change to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kroger committed Dec 11, 2024
1 parent 412a27b commit 5e0d85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5e0d85c

Please sign in to comment.