Skip to content

Commit d42186c

Browse files
committed
Remove extra tvOS simulator.
1 parent e6e9f33 commit d42186c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/build_ios_tvos.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
'toolchain_platform': 'TVOS',
7777
},
7878
'simulator': {
79-
'architectures' : ['x86_64', 'arm64'],
79+
'architectures' : ['x86_64'],
8080
'toolchain' : 'cmake/toolchains/apple.toolchain.cmake',
8181
'toolchain_platform': 'SIMULATOR_TVOS'
8282
}

0 commit comments

Comments
 (0)