Skip to content

Commit

Permalink
Exclude truffleruby as well
Browse files Browse the repository at this point in the history
  • Loading branch information
evanleck committed Sep 19, 2023
1 parent edf210b commit cf9fbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- { os: windows-latest, ruby: truffleruby-head }
- { os: windows-latest, ruby: truffleruby }
- { ruby: jruby }
- { ruby: jruby-head }
- { ruby: truffleruby }
- { ruby: truffleruby-head }

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit cf9fbb7

Please sign in to comment.