Skip to content

Commit

Permalink
Update ci-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lajerm authored Jul 2, 2024
1 parent c36b501 commit 9c4f35a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
strategy:
matrix:
# host-os: ["ubuntu-latest", "macos-13", "macos-14"]
policy: ["manylinux2014", "musllinux_1_1", "musllinux_1_2"]
platform: ["i686", "x86_64"]
#policy: ["manylinux2014", "musllinux_1_1", "musllinux_1_2"]
policy: ["manylinux2014"]
#platform: ["i686","x86_64"]
platform: ["x86_64"]
host-os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false
Expand Down

0 comments on commit 9c4f35a

Please sign in to comment.