We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6cfcf commit b1c20d2Copy full SHA for b1c20d2
.github/workflows/ci.yml
@@ -20,12 +20,14 @@ jobs:
20
fail-fast: false
21
matrix:
22
os:
23
- - ubuntu-22.04
+ - ubuntu-latest
24
- macos-13
25
- macos-14
26
- windows-latest
27
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
28
+ arch: amd64
29
include:
30
+ - { os: ubuntu-latest, , ruby: 3.4, arch: arm64 }
31
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
32
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
33
- { os: macos-latest , ruby: truffleruby-head }
0 commit comments