Skip to content

Commit

Permalink
ci: drop sun and ibm support
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Sep 7, 2023
1 parent 21d9bbb commit 134f0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
{ version: "3.10", abi: "cp310-cp310" },
{ version: "3.11", abi: "cp311-cp311" },
]
target: [aarch64, armv7, s390x, ppc64le]
target: [aarch64, armv7]
steps:
- uses: actions/checkout@v3
- name: Build Wheels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
{ version: "3.10", abi: "cp310-cp310" },
{ version: "3.11", abi: "cp311-cp311" },
]
target: [aarch64, armv7, s390x, ppc64le]
target: [aarch64, armv7]
steps:
- uses: actions/checkout@v3
- name: Build Wheels
Expand Down

0 comments on commit 134f0be

Please sign in to comment.