Skip to content

Commit 79df6bc

Browse files
chore(deps): update dependency ubuntu to v24 (#2295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent faf90a0 commit 79df6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rnx-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build-android:
3232
name: Build Android
3333
if: ${{ github.event.inputs.platform == 'android' }}
34-
runs-on: ubuntu-22.04
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4
@@ -193,7 +193,7 @@ jobs:
193193
distribute:
194194
name: Distribute build
195195
needs: [build-android, build-ios]
196-
runs-on: ubuntu-22.04
196+
runs-on: ubuntu-24.04
197197
if: ${{ github.event.inputs.distribution != 'local' && !cancelled() && !failure() }} # `success()` excludes skipped jobs
198198
steps:
199199
- name: Download build artifact

0 commit comments

Comments
 (0)