Skip to content

Commit

Permalink
Remove Windows i686 supporting
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Nov 27, 2024
1 parent d8e60b1 commit d0d0248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [windows-latest]
rust: [stable]
target: [x86_64-pc-windows-msvc, i686-pc-windows-msvc]
target: [x86_64-pc-windows-msvc]
# x86_64-pc-windows-gnu, i686-pc-windows-gnu,
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d0d0248

Please sign in to comment.