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 232993c + 7653b73 commit 35fb697Copy full SHA for 35fb697
.github/workflows/cruby-bindings.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
test-all:
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
16
steps:
17
- name: Set up latest ruby head
18
uses: ruby/setup-ruby@v1
@@ -37,6 +37,7 @@ jobs:
37
working-directory: ruby/ruby
38
- name: Build Ruby
39
run: |
40
+ ruby tool/downloader.rb -d tool -e gnu config.guess config.sub
41
autoconf
42
./configure -C --disable-install-doc
43
make -j2
.github/workflows/main.yml
@@ -104,7 +104,7 @@ jobs:
104
strategy:
105
fail-fast: false
106
matrix:
107
- os: [ubuntu-20.04, ubuntu-22.04]
+ os: [ubuntu-22.04, ubuntu-24.04]
108
runs-on: ${{ matrix.os }}
109
110
- uses: actions/checkout@v4
0 commit comments