File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ runs:
53
53
-T /usr/bin/security \
54
54
-T /usr/bin/productbuild || true
55
55
56
- - name : Set Xcode version (15.4 .0)
56
+ - name : Set Xcode version (16.1 .0)
57
57
shell : bash
58
- # https://github.com/actions/runner-images/blob/main/images/macos/macos-13 -Readme.md#xcode
59
- run : sudo xcode-select -s /Applications/Xcode_15.4 .0.app
58
+ # https://github.com/actions/runner-images/blob/main/images/macos/macos-14 -Readme.md#xcode
59
+ run : sudo xcode-select -s /Applications/Xcode_16.1 .0.app
60
60
61
61
- name : Create Keychain
62
62
shell : bash
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
123
123
- name : Set iOS extra xcode params
124
124
if : matrix.platform == 'iOS' && contains(env.UPLOAD_TO, matrix.destination)
125
- run : echo "EXTRA_XCODEBUILD=-sdk iphoneos ${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
125
+ run : echo "EXTRA_XCODEBUILD=-sdk iphoneos18.1 ${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
126
126
127
127
- name : Set macOS extra xcode params
128
128
if : matrix.platform == 'macOS' && contains(env.UPLOAD_TO, matrix.destination)
Original file line number Diff line number Diff line change 41
41
42
42
- name : Set EXTRA_XCODEBUILD for iOS
43
43
if : matrix.platform == 'iOS'
44
- run : echo "EXTRA_XCODEBUILD=-sdk iphoneos ${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
44
+ run : echo "EXTRA_XCODEBUILD=-sdk iphoneos18.1 ${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
45
45
46
46
- name : Set EXTRA_XCODEBUILD for macOS
47
47
if : matrix.platform == 'macOS'
You can’t perform that action at this time.
0 commit comments