Skip to content

Commit d383b31

Browse files
committed
ci: Add apple tvOS build job
1 parent efda48f commit d383b31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
rust: stable
3939
target: aarch64-apple-ios
4040
no_run: --no-run
41+
- build: aarch64-tvos
42+
os: macos-latest
43+
rust: nightly
44+
target: aarch64-apple-tvos
45+
no_run: --no-run
4146
- build: windows-aarch64
4247
os: windows-latest
4348
rust: stable

0 commit comments

Comments
 (0)