Skip to content

Commit

Permalink
Discontinue 32-bit Windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-goodspeed committed Jan 9, 2024
1 parent 2ceff8c commit ef6a20b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ jobs:
strategy:
matrix:
os: [windows-2022, macos-11, ubuntu-22.04]
addrsize: ["64"]
include:
- os: windows-2022
addrsize: "32"
runs-on: ${{ matrix.os }}
steps:
- uses: secondlife/action-autobuild@v3
with:
addrsize: ${{ matrix.addrsize }}
addrsize: "64"
release:
needs: build
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit ef6a20b

Please sign in to comment.