Skip to content

Commit

Permalink
Merge pull request #581 from eregon/reenable-truffleruby-ci
Browse files Browse the repository at this point in the history
Re-enable truffleruby in CI
  • Loading branch information
hsbt committed Apr 16, 2024
2 parents 5015a37 + 93567d8 commit 4f876a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -33,8 +33,8 @@ jobs:
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
- { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
# - { os: macos-latest , ruby: truffleruby }
# - { os: ubuntu-latest , ruby: truffleruby }
- { os: macos-latest , ruby: truffleruby-head }
- { os: ubuntu-latest , ruby: truffleruby-head }
exclude:
- { os: macos-14, ruby: 2.3 }
- { os: macos-14, ruby: 2.4 }
Expand Down

0 comments on commit 4f876a8

Please sign in to comment.