Skip to content

Commit e50d436

Browse files
authored
Merge pull request #243 from activebridge/fix/ci_build
Fix github build
2 parents d02db42 + 8f4e6bf commit e50d436

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
env:
3434
JEKYLL_ENV: production
3535
steps:
@@ -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)