Skip to content

Commit 843fd93

Browse files
Fix for build failed (#30)
* Set ubuntu version explicitly * Test the action * Trigger only master branch
1 parent f108afe commit 843fd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)