Skip to content

Commit a4bf1c1

Browse files
Exclude aarch64-mingw-ucrt from build-gem matrix
1 parent 3ebdde3 commit a4bf1c1

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, x64-mingw32]
21+
exclude: [arm-linux, x64-mingw32, aarch64-mingw-ucrt]
2222
stable-ruby-versions: |
2323
exclude: [head]
2424

0 commit comments

Comments
 (0)