Skip to content

Commit 7ee098d

Browse files
committed
precompiled: drop x64-mingw32
This platform was only needed for Ruby 3.0 and earlier, which we've dropped from the native gems.
1 parent 02f7d0d commit 7ee098d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

precompiled/Rakefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ cross_platforms = [
1212
"aarch64-linux-musl",
1313
"arm-linux-gnu",
1414
"arm-linux-musl",
15-
"arm64-darwin",
16-
"x64-mingw-ucrt",
17-
"x64-mingw32",
1815
"x86-linux-gnu",
1916
"x86-linux-musl",
20-
"x86_64-darwin",
2117
"x86_64-linux-gnu",
2218
"x86_64-linux-musl",
19+
"arm64-darwin",
20+
"x86_64-darwin",
21+
"x64-mingw-ucrt",
2322
]
2423
ENV["RUBY_CC_VERSION"] = cross_rubies.join(":")
2524

0 commit comments

Comments
 (0)