File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
DEVELOPMENT_TEAM=TEAM
2
- CODE_SIGN_IDENTITY=Apple Distribution
2
+ CODE_SIGN_IDENTITY=" Apple Distribution"
3
3
PROVISIONING_PROFILE_SPECIFIER=Fyreplace
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
name : Build
15
- runs-on : macos-latest
15
+ runs-on : macos-15
16
16
environment : apple-app-store
17
17
strategy :
18
18
matrix :
83
83
APP_STORE_CONNECT_PRIVATE_KEY_B64 : ${{ secrets.APP_STORE_CONNECT_PRIVATE_KEY_B64 }}
84
84
run : echo $APP_STORE_CONNECT_PRIVATE_KEY_B64 | base64 --decode > /tmp/connect-key.p8
85
85
86
- - name : Install Xcode
87
- run : sudo xcodes install $(cat .xcode-version)
88
-
89
86
- name : Select Xcode version
90
- run : sudo xcodes select $(cat .xcode-version)
87
+ run : sudo xcode- select -s /Applications/Xcode_ $(cat .xcode-version).app/Contents/Developer
91
88
92
89
- name : Prepare files
93
90
if : ${{ matrix.distribution == 'app-store' }}
@@ -179,7 +176,7 @@ jobs:
179
176
180
177
test :
181
178
name : Test
182
- runs-on : macos-latest
179
+ runs-on : macos-15
183
180
environment : apple-app-store
184
181
strategy :
185
182
matrix :
You can’t perform that action at this time.
0 commit comments