We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f3beb3 + b820a04 commit e6b0854Copy full SHA for e6b0854
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: ubuntu-latest
+ runs-on: ${{ matrix.image }}
6
strategy:
7
matrix:
8
ruby-version:
@@ -12,7 +12,10 @@ jobs:
12
- 3.4
13
- ruby-head
14
- jruby-head
15
- name: Ruby ${{ matrix.ruby-version }} sample
+ image:
16
+ - ubuntu-24.04
17
+ - ubuntu-24.04-arm
18
+ name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.image }}
19
steps:
20
- uses: actions/checkout@v3
21
- uses: ruby/setup-ruby@v1
0 commit comments