We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e6cfcf + 5c5c8f1 commit d4e5284Copy full SHA for d4e5284
.github/workflows/ci.yml
@@ -20,12 +20,13 @@ jobs:
20
fail-fast: false
21
matrix:
22
os:
23
- - ubuntu-22.04
24
- - macos-13
+ - ubuntu-latest
25
- macos-14
26
- windows-latest
27
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
28
include:
+ - { os: ubuntu-24.04-arm, ruby: 3.4 }
29
+ - { os: macos-13, ruby: 3.4 }
30
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
31
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
32
- { os: macos-latest , ruby: truffleruby-head }
0 commit comments