Skip to content

Commit

Permalink
Add more CI targets
Browse files Browse the repository at this point in the history
Adds:
 * iOS
 * tvOS
 * watchOS
 * OpenBSD
 * DragonflyBSD
  • Loading branch information
Thomasdezeeuw committed Dec 23, 2023
1 parent b4cb426 commit f499958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: ["armv7-sony-vita-newlibeabihf", "sparcv9-sun-solaris", "x86_64-pc-solaris"]
target: ["aarch64-apple-ios", "aarch64-apple-tvos", "aarch64-unknown-openbsd", "arm64_32-apple-watchos", "armv7-sony-vita-newlibeabihf", "sparcv9-sun-solaris", "x86_64-pc-solaris", "x86_64-unknown-dragonfly", "x86_64-unknown-openbsd"]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
Expand Down

0 comments on commit f499958

Please sign in to comment.