Skip to content

Commit

Permalink
Don't run CI against truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
makicamel committed Sep 15, 2024
1 parent 192b00e commit c1d2969
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, head, truffleruby]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, head]
exclude:
- os: windows-latest
ruby: head
- os: windows-latest
ruby: truffleruby
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c1d2969

Please sign in to comment.