Skip to content

Commit

Permalink
ci: Add apple tvOS build job
Browse files Browse the repository at this point in the history
  • Loading branch information
lcruz99 committed Oct 10, 2023
1 parent efda48f commit d383b31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
rust: stable
target: aarch64-apple-ios
no_run: --no-run
- build: aarch64-tvos
os: macos-latest
rust: nightly
target: aarch64-apple-tvos
no_run: --no-run
- build: windows-aarch64
os: windows-latest
rust: stable
Expand Down

0 comments on commit d383b31

Please sign in to comment.