Skip to content

Commit 620eb4c

Browse files
committed
devops: Specify the version of ubuntu in GitHub Actions to be compatible with rruby version.
1 parent 9930019 commit 620eb4c

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
@@ -31,7 +31,7 @@ concurrency:
3131
jobs:
3232
# Build job
3333
build:
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-22.04
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v3

0 commit comments

Comments
 (0)