diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2024-10-25 16:06:59 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2024-10-25 17:03:29 +0200 |
commit | ea8b37fe298c992c9809f72ec9879f773baf4c3d (patch) | |
tree | bdbe3f9db84c164b22fdeebec7c5408e99a20c9e /tools | |
parent | cb1ef2e59c318856e7a9cd814c79486d0c26105a (diff) | |
download | fork-godot-webrtc-native-ea8b37fe298c992c9809f72ec9879f773baf4c3d.tar.gz fork-godot-webrtc-native-ea8b37fe298c992c9809f72ec9879f773baf4c3d.tar.bz2 fork-godot-webrtc-native-ea8b37fe298c992c9809f72ec9879f773baf4c3d.zip |
[CI] Update macos runners to macos-latest
Diffstat (limited to 'tools')
-rw-r--r-- | tools/openssl.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/openssl.py b/tools/openssl.py index 52a37d0..4312ff3 100644 --- a/tools/openssl.py +++ b/tools/openssl.py @@ -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 = { |