Skip to content

Commit

Permalink
Disable ARM32 Windows build on GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekKnapek committed Dec 24, 2024
1 parent 38248a6 commit ea74eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"matrix":
"proj": ["mkcc", "mkcfct", "mkcflt", "mkch", "mkci", "mkct", "mkdefrag", "mkvc"]
"conf": ["debug", "release"]
"plat": ["x86", "x64", "arm32", "arm64", "arm64ec"]
"plat": ["x86", "x64", "arm64", "arm64ec"]
"runs-on": "windows-latest"
"steps":
- "uses": "actions/checkout@main"
Expand Down

0 comments on commit ea74eb0

Please sign in to comment.