From d95f3763bd248128dddb295fdc4ef5189a8a2fd3 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:03:43 +0200 Subject: [PATCH] ci: bump Ubuntu runners to 24.04 --- .changeset/cuddly-apricots-love.md | 2 ++ .github/workflows/build.yml | 4 ++-- .github/workflows/pr.yml | 8 ++++---- .github/workflows/rnx-build.yml | 4 ++-- incubator/build/workflows/github.yml | 4 ++-- 5 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 .changeset/cuddly-apricots-love.md diff --git a/.changeset/cuddly-apricots-love.md b/.changeset/cuddly-apricots-love.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/cuddly-apricots-love.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4294c3cf..6a8dc12fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: permissions: contents: write # create Git tags if: ${{ github.repository == 'microsoft/rnx-kit' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -42,7 +42,7 @@ jobs: permissions: contents: write # deploy to GitHub Pages (peaceiris/actions-gh-pages) needs: build_and_publish - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 58b34ef15..45b27d05b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,7 +7,7 @@ concurrency: jobs: review: name: "Review" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -53,7 +53,7 @@ jobs: strategy: matrix: node-version: [18, 20] - os: [ubuntu-22.04, windows-2022] + os: [ubuntu-24.04, windows-2022] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -84,7 +84,7 @@ jobs: shell: bash build-android-test-app: name: "Build Android" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -144,7 +144,7 @@ jobs: working-directory: packages/test-app build-website: name: "Build the website" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/rnx-build.yml b/.github/workflows/rnx-build.yml index c80e77bd8..a0e98e1f9 100644 --- a/.github/workflows/rnx-build.yml +++ b/.github/workflows/rnx-build.yml @@ -31,7 +31,7 @@ jobs: build-android: name: Build Android if: ${{ github.event.inputs.platform == 'android' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -191,7 +191,7 @@ jobs: distribute: name: Distribute build needs: [build-android, build-ios] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ github.event.inputs.distribution != 'local' && !cancelled() && !failure() }} # `success()` excludes skipped jobs steps: - name: Download build artifact diff --git a/incubator/build/workflows/github.yml b/incubator/build/workflows/github.yml index c80e77bd8..a0e98e1f9 100644 --- a/incubator/build/workflows/github.yml +++ b/incubator/build/workflows/github.yml @@ -31,7 +31,7 @@ jobs: build-android: name: Build Android if: ${{ github.event.inputs.platform == 'android' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -191,7 +191,7 @@ jobs: distribute: name: Distribute build needs: [build-android, build-ios] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ github.event.inputs.distribution != 'local' && !cancelled() && !failure() }} # `success()` excludes skipped jobs steps: - name: Download build artifact