Skip to content

Commit

Permalink
Test on aarch64 Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jan 17, 2025
1 parent 5e6cfcf commit 5c5c8f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- macos-13
- ubuntu-latest
- macos-14
- windows-latest
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
- { os: ubuntu-24.04-arm, ruby: 3.4 }
- { os: macos-13, ruby: 3.4 }
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
- { os: macos-latest , ruby: truffleruby-head }
Expand Down

0 comments on commit 5c5c8f1

Please sign in to comment.