Skip to content

Commit bd54575

Browse files
committed
udpate runs-on from ubuntu-latest to ubuntu-22.04
1 parent 01a251d commit bd54575

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Check
22
on: [ pull_request, push ]
33
jobs:
44
check:
5-
runs-on: ubuntu-latest
5+
# https://github.com/ruby/ruby-builder/releases/tag/toolcache
6+
# No support for jruby-9.1.17.0 after ubuntu-24.04
7+
runs-on: ubuntu-22.04
68
# push: always run.
79
# pull_request: run only when the PR is submitted from a forked repository, not within this repository.
810
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

0 commit comments

Comments
 (0)