Skip to content

Commit f652675

Browse files
authored
Set iOS target OS version to 12.0
1 parent 8050325 commit f652675

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-natives.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ jobs:
252252
- uses: Cysharp/Actions/.github/actions/checkout@main
253253
- run: rustup target add x86_64-apple-ios
254254
- 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
255257
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
256258
with:
257259
name: ios-x64
@@ -272,6 +274,8 @@ jobs:
272274
- uses: Cysharp/Actions/.github/actions/checkout@main
273275
- run: rustup target add aarch64-apple-ios
274276
- 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
275279
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
276280
with:
277281
name: ios-arm64

0 commit comments

Comments
 (0)