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.
1 parent d538987 commit 54fd3f8Copy full SHA for 54fd3f8
.github/workflows/extended-tests-bindings.yml
@@ -154,7 +154,9 @@ jobs:
154
./.github/scripts/ci-style.sh
155
156
extended-tests-ruby:
157
- runs-on: ubuntu-22.04
+ # Note: CRuby requires an existing installation of CRuby 3.1.0 or newer to build itself.
158
+ # Ubuntu 22.04 only provides CRuby 3.0. We need 24.04 or newer.
159
+ runs-on: ubuntu-24.04
160
needs: binding-refs
161
if: contains(github.event.pull_request.labels.*.name, 'PR-extended-testing')
162
strategy:
0 commit comments