diff --git a/.github/workflows/e2e-android-rntester.yml b/.github/workflows/e2e-android-rntester.yml index 03970036269..b5cccaa9a5a 100644 --- a/.github/workflows/e2e-android-rntester.yml +++ b/.github/workflows/e2e-android-rntester.yml @@ -16,7 +16,7 @@ on: jobs: test: - runs-on: 4-core-ubuntu + runs-on: ubuntu-latest outputs: status: ${{ steps.report-status.outputs.status }} strategy: diff --git a/.github/workflows/e2e-android-templateapp.yml b/.github/workflows/e2e-android-templateapp.yml index d3aa693c511..2e44d858843 100644 --- a/.github/workflows/e2e-android-templateapp.yml +++ b/.github/workflows/e2e-android-templateapp.yml @@ -16,7 +16,7 @@ on: jobs: test: - runs-on: 4-core-ubuntu + runs-on: ubuntu-latest outputs: status: ${{ steps.report-status.outputs.status }} strategy: diff --git a/.github/workflows/fantom-tests.yml b/.github/workflows/fantom-tests.yml index 97c8fd5c18f..e6443b4bf66 100644 --- a/.github/workflows/fantom-tests.yml +++ b/.github/workflows/fantom-tests.yml @@ -16,7 +16,7 @@ on: jobs: test: - runs-on: 8-core-ubuntu + runs-on: ubuntu-latest outputs: status: ${{ steps.report-status.outputs.status }} container: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3c4e7472378..1eda5545a47 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -38,7 +38,7 @@ jobs: needs: [prebuild_apple_dependencies] build_android: - runs-on: 8-core-ubuntu + runs-on: ubuntu-latest if: github.repository == 'react/react-native' needs: [set_release_type] container: diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 8f437d07cb2..62ac1e1db1b 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -42,7 +42,7 @@ on: jobs: publish-react-native: if: inputs.mode == 'react-native' - runs-on: 8-core-ubuntu + runs-on: ubuntu-latest environment: npm-publish # `id-token: write` is required so the npm CLI can mint the OIDC # token that npm Trusted Publishing exchanges for a publish token. diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 8983eb0cb4b..2815287602c 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -220,7 +220,7 @@ jobs: secrets: inherit build_fantom_runner: - runs-on: 8-core-ubuntu + runs-on: ubuntu-latest needs: [set_release_type, check_code_changes, lint] if: needs.check_code_changes.outputs.any_code_change == 'true' container: @@ -263,7 +263,7 @@ jobs: secrets: inherit build_android: - runs-on: 8-core-ubuntu + runs-on: ubuntu-latest needs: [set_release_type, check_code_changes] if: | needs.check_code_changes.outputs.any_code_change == 'true' && @@ -309,7 +309,7 @@ jobs: secrets: inherit build_npm_package: - runs-on: 8-core-ubuntu + runs-on: ubuntu-latest needs: [ set_release_type, @@ -342,7 +342,7 @@ jobs: skip-apple-prebuilts: ${{ needs.check_code_changes.outputs.should_test_ios == 'false' }} test_android_helloworld: - runs-on: 4-core-ubuntu + runs-on: ubuntu-latest needs: [build_npm_package, build_android] if: ${{ always() && needs.build_android.result == 'success' && needs.build_npm_package.result == 'success' }} container: