Skip to content

Commit 60a3b80

Browse files
committed
fix(ci): ubuntu-latest is not supported, fall back to ubuntu 22.04
1 parent acf79e7 commit 60a3b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-github-pages-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
# Build job
3030
build:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v3

0 commit comments

Comments
 (0)