Skip to content

Commit a44c70e

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ 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: amd64
2829
include:
30+
- { os: ubuntu-latest , ruby: 3.4 , arch: arm64 }
2931
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
3032
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
3133
- { os: macos-latest , ruby: truffleruby-head }

0 commit comments

Comments
 (0)