Skip to content

Commit

Permalink
remove apple darwin target from ci
Browse files Browse the repository at this point in the history
cross-rs does not vend a pre-built docker image for Apple Darwin. More investigation into cross-rs/cross-toolchains and whether it can be used here is necessary.
  • Loading branch information
briankoehler authored Jan 5, 2025
1 parent c295c7c commit feb6792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Release - ${{ matrix.target }}
strategy:
matrix:
target: [armv7-unknown-linux-gnueabihf, aarch64-apple-darwin]
target: [armv7-unknown-linux-gnueabihf]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit feb6792

Please sign in to comment.