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:
113113 strategy :
114114 matrix :
115115 platform : [android, ios]
116- runs-on : ${{ matrix.platform == 'ios' && 'macos-latest ' || 'ubuntu-latest' }}
116+ runs-on : ${{ matrix.platform == 'ios' && 'macos-14 ' || 'ubuntu-latest' }}
117117 environment : RNBuild
118118 steps :
119119 - name : 🏗 Checkout repository
@@ -268,7 +268,7 @@ jobs:
268268
269269 - name : 📦 Upload Android artifact to Firebase App Distribution
270270 if : (matrix.platform == 'android')
271- run : |
271+ run : |
272272 firebase appdistribution:distribute ./ResgridUnit-prod.apk --app ${{ secrets.FIREBASE_ANDROID_APP_ID }} --groups "testers"
273273
274274 - name : 📦 Upload iOS artifact to Firebase App Distribution
@@ -306,11 +306,10 @@ jobs:
306306 if : ${{ matrix.platform == 'android' && (github.event.inputs.buildType == 'all' || github.event_name == 'push' || github.event.inputs.buildType == 'prod-apk') }}
307307 uses : ncipollo/release-action@v1
308308 with :
309- tag : " 7.${{ github.run_number }}"
309+ tag : ' 7.${{ github.run_number }}'
310310 commit : ${{ github.sha }}
311311 makeLatest : true
312312 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 => ({
205205 targetSdkVersion : 35 ,
206206 } ,
207207 ios : {
208- deploymentTarget : '18.5 ' ,
208+ deploymentTarget : '18.1 ' ,
209209 } ,
210210 } ,
211211 ] ,
You can’t perform that action at this time.
0 commit comments