Skip to content

Commit

Permalink
Remove CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
quackzar committed Apr 18, 2024
1 parent dac3a53 commit 1b0bef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7]
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 1b0bef9

Please sign in to comment.