Skip to content

Commit dd3fa49

Browse files
committed
build yamlのruns-onの修正
1 parent 3c00c1e commit dd3fa49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
jobs:
2525
# Build job
2626
build:
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-22.04
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4

0 commit comments

Comments
 (0)