Skip to content

Commit

Permalink
Remove i686-pc-windows-msvc target from CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Apr 17, 2022
1 parent fc08930 commit b2840cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
target:
# MSVC
- i686-pc-windows-msvc
#- i686-pc-windows-msvc
- x86_64-pc-windows-msvc
# GNU
# - i686-pc-windows-gnu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
channel: [stable]
target:
# MSVC
- i686-pc-windows-msvc
# - i686-pc-windows-msvc
- x86_64-pc-windows-msvc
# GNU: You typically only need to test Windows GNU if you're
# specifically targetting it, and it can cause issues with some
Expand Down

0 comments on commit b2840cd

Please sign in to comment.