We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01a251d + bd54575 commit 5b6658bCopy full SHA for 5b6658b
.github/workflows/check.yml
@@ -2,7 +2,9 @@ name: Check
2
on: [ pull_request, push ]
3
jobs:
4
check:
5
- runs-on: ubuntu-latest
+ # 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
8
# push: always run.
9
# pull_request: run only when the PR is submitted from a forked repository, not within this repository.
10
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
0 commit comments