Support ubuntu-24.04-x64#596
Support ubuntu-24.04-x64#596eregon merged 4 commits intoruby:masterfrom kachick:support-ubuntu-2404-runner
Conversation
|
Could you also list 24.04 in the README? |
| @@ -33,6 +33,7 @@ jobs: | |||
| exclude: | |||
There was a problem hiding this comment.
Could you exclude 1.9 on 24.04? (see linked issue)
I scheduled a second run on ruby-builder but I guess it will fail too.
.github/workflows/test.yml
Outdated
| exclude: | ||
| # https://github.com/ruby/setup-ruby/issues/496 | ||
| - { os: ubuntu-22.04, ruby: '2.2' } | ||
| # - { os: ubuntu-24.04, ruby: '2.2' } |
There was a problem hiding this comment.
Could you either remove this line if unneeded or if the build does fail then uncomment it?
|
CI should be close to passing on the next run, but we still need to update the 3 -dev-builder repos (EDIT: done). |
|
For ruby-head and jruby-head we have a cyclic dependency: |
|
Thank you! 🙏 |
Resolves #595
As I understand it, ruby/ruby-builder#17 is needed as a preparation task