[CI] Update macos runners to macos-latest

This commit is contained in:
Fabio Alessandrelli
2024-10-25 16:06:59 +02:00
parent cb1ef2e59c
commit ea8b37fe29
3 changed files with 9 additions and 9 deletions

View File

@@ -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 = {