Skip to content

Commit fdb27ed

Browse files
committed
fix(workflow): remove old target
1 parent 353baf0 commit fdb27ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
26+
target: [x86_64, x86, aarch64]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)