Skip to content

Commit fb4f6ef

Browse files
committed
Test on aarch64 Ubuntu
1 parent 5e6cfcf commit fb4f6ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os:
23-
- ubuntu-22.04
23+
- ubuntu-latest
2424
- macos-13
2525
- macos-14
2626
- windows-latest
2727
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
28+
arch:
29+
- amd64
2830
include:
31+
- { os: ubuntu-latest , ruby: 3.4 , arch: arm64 }
2932
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
3033
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
3134
- { os: macos-latest , ruby: truffleruby-head }

0 commit comments

Comments
 (0)