Skip to content

Commit

Permalink
only run truffleruby on ubuntu; not available via setup-ruby for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jun 12, 2024
1 parent a2b0836 commit e2aad5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2019]
ruby: ['3.0', '3.1', '3.2', '3.3', 'head', 'truffleruby-head']
ruby: ['3.0', '3.1', '3.2', '3.3', 'head']
include:
- os: ubuntu-latest
ruby: 'truffleruby'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e2aad5d

Please sign in to comment.