Skip to content

Commit 1979ac0

Browse files
authored
Merge pull request #157 from Resgrid/develop
CU-8687aj3gt More ios build changes
2 parents b8d5579 + b2bf293 commit 1979ac0

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/react-native-cicd.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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'

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)