Skip to content

Commit 061bd6a

Browse files
committed
Enable arm runners
1 parent 5f3beb3 commit 061bd6a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 2 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: ubuntu-latest
5+
runs-on: ${{ matrix.arch }}
66
strategy:
77
matrix:
88
ruby-version:
@@ -12,7 +12,10 @@ jobs:
1212
- 3.4
1313
- ruby-head
1414
- jruby-head
15-
name: Ruby ${{ matrix.ruby-version }} sample
15+
arch:
16+
- ubuntu-latest
17+
- ubuntu-latest-arm64
18+
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.arch }}
1619
steps:
1720
- uses: actions/checkout@v3
1821
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)