Skip to content

Commit f30193f

Browse files
committed
Remove windows ucrt from CI
1 parent 40176f1 commit f30193f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
- ruby: 'truffleruby'
5656
gemfile: no_rails
5757
os: ubuntu
58-
- ruby: 'ucrt'
59-
gemfile: no_rails
60-
os: windows
58+
# no longer supported or until min stack size issue can be resolved
59+
# - ruby: 'ucrt'
60+
# gemfile: no_rails
61+
# os: windows
6162

6263
env:
6364
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile

0 commit comments

Comments
 (0)