Skip to content

Commit

Permalink
ci: drop win32
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Apr 6, 2024
1 parent 628e4c0 commit 1ac3f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
strategy:
matrix:
test:
- {os: "windows-latest", arch: i686, mingw: mingw32}
#- {os: "windows-latest", arch: i686, mingw: mingw32}
- {os: "windows-latest", arch: x86_64, mingw: mingw64}
steps:
- name: "Checkout"
Expand Down

0 comments on commit 1ac3f7e

Please sign in to comment.