Skip to content

Commit

Permalink
Breaking: drop 32-bit Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jun 5, 2022
1 parent cb0f37b commit cb1fdec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
contents: read
strategy:
matrix:
arch: [x86, x64]
arch: [x64]
runs-on: windows-latest
name: Build ${{ matrix.arch }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
node: [14, 16, 18]
arch: [x86, x64]
arch: [x64]
runs-on: windows-latest
name: Node ${{ matrix.node }} ${{ matrix.arch }}
steps:
Expand Down

0 comments on commit cb1fdec

Please sign in to comment.