Skip to content

Commit 98f632c

Browse files
chore(ci): Use macos-14 for testflight workflow (#5083)
* chore(ci): Use macos-14 for testflight workflow * temp: Add PR branch for testing * Use macos-14 for 0.65.3 too * Use macos-14 for native tests * Revert testflight test on PR branch Co-authored-by: LucasZF <[email protected]> --------- Co-authored-by: LucasZF <[email protected]>
1 parent 7030b11 commit 98f632c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
runs-on: macos-14
314314
- platform: ios
315315
rn-version: '0.65.3'
316-
runs-on: macos-15
316+
runs-on: macos-14
317317
- platform: android
318318
runs-on: ubuntu-latest
319319
exclude:

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
test-ios:
2020
name: ios
21-
runs-on: macos-15
21+
runs-on: macos-14
2222
needs: [diff_check]
2323
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2424
steps:

.github/workflows/testflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
upload_to_testflight:
1616
name: Build and Upload React Native Sample to Testflight
17-
runs-on: macos-15
17+
runs-on: macos-14
1818
needs: [diff_check]
1919
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2020
steps:

0 commit comments

Comments
 (0)