Skip to content

Commit

Permalink
Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 18, 2025
1 parent 9108d2c commit 938515f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04-arm, ubuntu-24.04-arm ]
ruby: [jruby-9.3.15.0, jruby-9.4.0.0, jruby-9.4.1.0, jruby-9.4.2.0, jruby-9.4.3.0, jruby-9.4.4.0, jruby-9.4.5.0, jruby-9.4.6.0, jruby-9.4.7.0, jruby-9.4.8.0, jruby-9.4.9.0]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14 ]
ruby: [ruby-3.4.1]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 938515f

Please sign in to comment.