Skip to content

Commit dec807f

Browse files
author
Max Liu
committed
trying to fix build errors
1 parent 938c593 commit dec807f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

+2-2
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@v3
@@ -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)