Skip to content

Commit

Permalink
49 fix build (#50)
Browse files Browse the repository at this point in the history
* Update ruby version

* Set latest available ruby version

* Set predesscor ubuntu version, reset ruby version
  • Loading branch information
Phu2 authored Oct 2, 2024
1 parent a25532e commit 93e4d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -56,7 +56,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 93e4d36

Please sign in to comment.