We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780b67d commit 0058c83Copy full SHA for 0058c83
.github/workflows/cppcmake.yml
@@ -40,6 +40,7 @@ jobs:
40
# - {name: "windows-x64", os: "windows-latest", cmake_extra: "-T v142,host=x86"}
41
# - {name: "windows-32", os: "windows-latest", cmake_extra: "-T v142,host=x86 -A Win32"}
42
- {name: "macOS-latest", os: "macOS-latest", cmake_extra: "-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_OSX_ARCHITECTURES=\"x86_64;arm64\" -DLSL_FRAMEWORK=ON" }
43
+ - {name: "iOS", os: "macOS-latest", cmake_extra: "-DCMAKE_IOS_DEPLOYMENT_TARGET=12.0 -DCMAKE_TOOLCHAIN_FILE=\"make/ios.toolchain.cmake\" -DLSL_FRAMEWORK=ON" }
44
45
steps:
46
- uses: actions/checkout@v4
0 commit comments