Skip to content

Commit 682eabf

Browse files
Update ios dylib version (#356)
1 parent 2cbd670 commit 682eabf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ios_builds.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: |
2828
Blazium --version
2929
echo "GODOT4_BIN=$BLAZIUM_EDITOR" >> $GITHUB_ENV
30+
- name: Set IPHONEOS_DEPLOYMENT_TARGET
31+
run: |
32+
echo "IPHONEOS_DEPLOYMENT_TARGET=12.0" >> $GITHUB_ENV
3033
- name: Build
3134
uses: ./.github/actions/build
3235
with:

0 commit comments

Comments
 (0)