Skip to content

Commit

Permalink
fix ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
EloiZ committed Jan 10, 2025
1 parent e626f10 commit 973f2ae
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-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 973f2ae

Please sign in to comment.