Skip to content

Commit

Permalink
remove useless declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Sep 4, 2024
1 parent ecf64b3 commit 1fe1474
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,14 @@ jobs:
include:
- os: ubuntu-20.04
cibw_archs: "auto64"
with_sse2: true
- os: ubuntu-20.04
cibw_archs: "aarch64"
with_sse2: false
- os: ubuntu-20.04
cibw_archs: "ppc64le"
with_sse2: false
- os: windows-2019
cibw_archs: "auto64"
with_sse2: true
- os: macos-12
cibw_archs: "universal2"
with_sse2: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1fe1474

Please sign in to comment.