We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf90a0 commit 79df6bcCopy full SHA for 79df6bc
.github/workflows/rnx-build.yml
@@ -31,7 +31,7 @@ jobs:
31
build-android:
32
name: Build Android
33
if: ${{ github.event.inputs.platform == 'android' }}
34
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
35
steps:
36
- name: Checkout
37
uses: actions/checkout@v4
@@ -193,7 +193,7 @@ jobs:
193
distribute:
194
name: Distribute build
195
needs: [build-android, build-ios]
196
197
if: ${{ github.event.inputs.distribution != 'local' && !cancelled() && !failure() }} # `success()` excludes skipped jobs
198
199
- name: Download build artifact
0 commit comments