Skip to content

Commit e6b0854

Browse files
authored
Merge pull request #8 from detectlanguage/feature/multi-arch
Enable arm runners
2 parents 5f3beb3 + b820a04 commit e6b0854

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.image }}
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+
image:
16+
- ubuntu-24.04
17+
- ubuntu-24.04-arm
18+
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.image }}
1619
steps:
1720
- uses: actions/checkout@v3
1821
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)