We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a130141 commit b820a04Copy full SHA for b820a04
1 file changed
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: Build
2
on: [push,pull_request]
3
jobs:
4
build:
5
- runs-on: ${{ matrix.arch }}
+ runs-on: ${{ matrix.image }}
6
strategy:
7
matrix:
8
ruby-version:
@@ -12,10 +12,10 @@ jobs:
12
- 3.4
13
- ruby-head
14
- jruby-head
15
- arch:
16
- - ubuntu-latest
17
- - ubuntu-latest-arm
18
- name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.arch }}
+ image:
+ - ubuntu-24.04
+ - ubuntu-24.04-arm
+ name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.image }}
19
steps:
20
- uses: actions/checkout@v3
21
- uses: ruby/setup-ruby@v1
0 commit comments