Skip to content

Commit

Permalink
ci: remove unused policies
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Nov 28, 2024
1 parent cc8213b commit 94292a7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ jobs:
strategy:
fail-fast: false
matrix:
policy: [ "manylinux2014", "manylinux_2_28", "manylinux_2_31", "manylinux_2_34", "musllinux_1_2" ]
policy: [ "manylinux_2_31" ]
platform: [ "x86_64" ]
include:
- policy: "manylinux2014"
platform: "i686"
- policy: "musllinux_1_2"
platform: "i686"

env:
POLICY: ${{ matrix.policy }}
PLATFORM: ${{ matrix.platform }}
Expand Down

0 comments on commit 94292a7

Please sign in to comment.