Skip to content

Commit b820a04

Browse files
committed
Adjust runners
1 parent a130141 commit b820a04

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22
on: [push,pull_request]
33
jobs:
44
build:
5-
runs-on: ${{ matrix.arch }}
5+
runs-on: ${{ matrix.image }}
66
strategy:
77
matrix:
88
ruby-version:
@@ -12,10 +12,10 @@ jobs:
1212
- 3.4
1313
- ruby-head
1414
- jruby-head
15-
arch:
16-
- ubuntu-latest
17-
- ubuntu-latest-arm
18-
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.arch }}
15+
image:
16+
- ubuntu-24.04
17+
- ubuntu-24.04-arm
18+
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.image }}
1919
steps:
2020
- uses: actions/checkout@v3
2121
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)