Skip to content

Commit ebae2e3

Browse files
committed
Include doesn't work as expected
1 parent 9ce55a0 commit ebae2e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- truffleruby
2929
- truffleruby-head
3030
- mingw
31-
include:
32-
- { os: windows, ruby: mingw }
3331
exclude:
34-
- { os: ubuntu, ruby: jruby }
35-
- { os: ubuntu, ruby: jruby-head }
32+
- { os: ubuntu, ruby: jruby }
33+
- { os: ubuntu, ruby: jruby-head }
34+
- { os: ubuntu, ruby: mingw }
35+
- { os: macos, ruby: mingw }
3636
- { os: windows, ruby: truffleruby }
3737
- { os: windows, ruby: truffleruby-head }
3838

0 commit comments

Comments
 (0)