Skip to content

Commit 93e4d36

Browse files
authored
49 fix build (#50)
* Update ruby version * Set latest available ruby version * Set predesscor ubuntu version, reset ruby version
1 parent a25532e commit 93e4d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
3030
# Build job
3131
build:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
5656
environment:
5757
name: github-pages
5858
url: ${{ steps.deployment.outputs.page_url }}
59-
runs-on: ubuntu-latest
59+
runs-on: ubuntu-22.04
6060
needs: build
6161
steps:
6262
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)