Skip to content

Commit 35fb697

Browse files
authored
Merge pull request #3538 from andreaTP/update-ubuntu-runners
Bump deprecated Ubuntu runners
2 parents 232993c + 7653b73 commit 35fb697

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/cruby-bindings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
test-all:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Set up latest ruby head
1818
uses: ruby/setup-ruby@v1
@@ -37,6 +37,7 @@ jobs:
3737
working-directory: ruby/ruby
3838
- name: Build Ruby
3939
run: |
40+
ruby tool/downloader.rb -d tool -e gnu config.guess config.sub
4041
autoconf
4142
./configure -C --disable-install-doc
4243
make -j2

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
fail-fast: false
106106
matrix:
107-
os: [ubuntu-20.04, ubuntu-22.04]
107+
os: [ubuntu-22.04, ubuntu-24.04]
108108
runs-on: ${{ matrix.os }}
109109
steps:
110110
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)