Skip to content

Commit

Permalink
changing workflow to run on specific ubuntu release"
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi-force authored Jan 20, 2025
1 parent a063b09 commit 2695f3f
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 @@ -29,7 +29,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 2695f3f

Please sign in to comment.