From 58ba1028545fa7bf739729e42e290c99bcc1a29c Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Mon, 30 Sep 2024 11:50:19 -0500 Subject: [PATCH] use ubuntu-latest instead of hosted 4-core runner Signed-off-by: Jeffrey Sica --- .github/workflows/functional-test-cloud.yaml | 2 +- .github/workflows/functional-test-noncloud.yaml | 2 +- .github/workflows/long-running-azure.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/functional-test-cloud.yaml b/.github/workflows/functional-test-cloud.yaml index 1ba0e3b999..35c140e096 100644 --- a/.github/workflows/functional-test-cloud.yaml +++ b/.github/workflows/functional-test-cloud.yaml @@ -450,7 +450,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest-m] + os: [ubuntu-latest] name: [corerp-cloud, ucp-cloud, datastoresrp-cloud] runs-on: ${{ matrix.os }} env: diff --git a/.github/workflows/functional-test-noncloud.yaml b/.github/workflows/functional-test-noncloud.yaml index 06d482ca49..d2290ad9dd 100644 --- a/.github/workflows/functional-test-noncloud.yaml +++ b/.github/workflows/functional-test-noncloud.yaml @@ -134,7 +134,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest-m] + os: [ubuntu-latest] name: [ cli-noncloud, diff --git a/.github/workflows/long-running-azure.yaml b/.github/workflows/long-running-azure.yaml index 93b61e4424..0d00e289a3 100644 --- a/.github/workflows/long-running-azure.yaml +++ b/.github/workflows/long-running-azure.yaml @@ -297,7 +297,7 @@ jobs: tests: name: Run functional tests needs: build - runs-on: ubuntu-latest-m + runs-on: ubuntu-latest if: github.repository == 'radius-project/radius' env: SKIP_BUILD: ${{ needs.build.outputs.SKIP_BUILD }}