File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
strategy :
114
114
matrix :
115
115
platform : [android, ios]
116
- runs-on : ${{ matrix.platform == 'ios' && 'macos-latest ' || 'ubuntu-latest' }}
116
+ runs-on : ${{ matrix.platform == 'ios' && 'macos-14 ' || 'ubuntu-latest' }}
117
117
environment : RNBuild
118
118
steps :
119
119
- name : 🏗 Checkout repository
@@ -268,7 +268,7 @@ jobs:
268
268
269
269
- name : 📦 Upload Android artifact to Firebase App Distribution
270
270
if : (matrix.platform == 'android')
271
- run : |
271
+ run : |
272
272
firebase appdistribution:distribute ./ResgridUnit-prod.apk --app ${{ secrets.FIREBASE_ANDROID_APP_ID }} --groups "testers"
273
273
274
274
- name : 📦 Upload iOS artifact to Firebase App Distribution
@@ -306,11 +306,10 @@ jobs:
306
306
if : ${{ matrix.platform == 'android' && (github.event.inputs.buildType == 'all' || github.event_name == 'push' || github.event.inputs.buildType == 'prod-apk') }}
307
307
uses : ncipollo/release-action@v1
308
308
with :
309
- tag : " 7.${{ github.run_number }}"
309
+ tag : ' 7.${{ github.run_number }}'
310
310
commit : ${{ github.sha }}
311
311
makeLatest : true
312
312
allowUpdates : true
313
- name : " 7.${{ github.run_number }}"
314
- artifacts : " ./ResgridUnit-prod.apk"
315
- bodyFile : " RELEASE_NOTES.md"
316
-
313
+ name : ' 7.${{ github.run_number }}'
314
+ artifacts : ' ./ResgridUnit-prod.apk'
315
+ bodyFile : ' RELEASE_NOTES.md'
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
205
205
targetSdkVersion : 35 ,
206
206
} ,
207
207
ios : {
208
- deploymentTarget : '18.5 ' ,
208
+ deploymentTarget : '18.1 ' ,
209
209
} ,
210
210
} ,
211
211
] ,
You can’t perform that action at this time.
0 commit comments