Skip to content

Commit

Permalink
ci: remove MinGW build/test
Browse files Browse the repository at this point in the history
  • Loading branch information
morinim committed Jun 11, 2024
1 parent 4b91278 commit 57c302b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
# build_type: "Release",
# cc: "cl", cxx: "cl"
# }
- {
name: "Windows Latest MinGW Release",
artifact: "windows-mingw-release.7z",
os: windows-latest,
build_type: "Release",
cc: "gcc", cxx: "g++"
}
- {
name: "Ubuntu Latest GCC Debug",
artifact: "linux-debug.txz",
Expand Down

0 comments on commit 57c302b

Please sign in to comment.