mirror of
https://github.com/godotengine/webrtc-native.git
synced 2026-01-03 14:09:58 +03:00
[CI] Update macos runners to macos-latest
This commit is contained in:
@@ -32,8 +32,8 @@ def ssl_platform_target(env):
|
||||
elif platform == "ios":
|
||||
if env["ios_simulator"]:
|
||||
targets = {
|
||||
"x86_64": "iossimulator-xcrun",
|
||||
"arm64": "iossimulator-xcrun",
|
||||
"x86_64": "iossimulator-x86_64-xcrun",
|
||||
"arm64": "iossimulator-arm64-xcrun",
|
||||
}
|
||||
else:
|
||||
targets = {
|
||||
|
||||
Reference in New Issue
Block a user