File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,8 @@ jobs:
252
252
- uses : Cysharp/Actions/.github/actions/checkout@main
253
253
- run : rustup target add x86_64-apple-ios
254
254
- run : cargo build --target x86_64-apple-ios --profile ${{ env._RUST_BUILD_CONFIG == 'debug' && 'dev' || env._RUST_BUILD_CONFIG }}
255
+ env :
256
+ IPHONEOS_DEPLOYMENT_TARGET : 12.0
255
257
- uses : Cysharp/Actions/.github/actions/upload-artifact@main
256
258
with :
257
259
name : ios-x64
@@ -272,6 +274,8 @@ jobs:
272
274
- uses : Cysharp/Actions/.github/actions/checkout@main
273
275
- run : rustup target add aarch64-apple-ios
274
276
- run : cargo build --target aarch64-apple-ios --profile ${{ env._RUST_BUILD_CONFIG == 'debug' && 'dev' || env._RUST_BUILD_CONFIG }}
277
+ env :
278
+ IPHONEOS_DEPLOYMENT_TARGET : 12.0
275
279
- uses : Cysharp/Actions/.github/actions/upload-artifact@main
276
280
with :
277
281
name : ios-arm64
You can’t perform that action at this time.
0 commit comments