Skip to content

Commit d4e5284

Browse files
authored
Merge pull request #731 from byroot/arm64-ci
Test on aarch64 Ubuntu
2 parents 5e6cfcf + 5c5c8f1 commit d4e5284

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os:
23-
- ubuntu-22.04
24-
- macos-13
23+
- ubuntu-latest
2524
- macos-14
2625
- windows-latest
2726
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2827
include:
28+
- { os: ubuntu-24.04-arm, ruby: 3.4 }
29+
- { os: macos-13, ruby: 3.4 }
2930
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
3031
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
3132
- { os: macos-latest , ruby: truffleruby-head }

0 commit comments

Comments
 (0)