Skip to content

Commit bed758a

Browse files
Exclude x64-mingw32 from the list of supported platforms
Because rake-compiler 1.5.0 does not support x64-mingw32 with recent Ruby versions, and they use x64-mingw-ucrt instead.
1 parent 204cc31 commit bed758a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: fetch
1919
with:
2020
supported-ruby-platforms: |
21-
exclude: [arm-linux]
21+
exclude: [arm-linux, x64-mingw32]
2222
stable-ruby-versions: |
2323
exclude: [head]
2424

0 commit comments

Comments
 (0)