Skip to content

Commit

Permalink
use ubuntu-latest instead of hosted 4-core runner
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <[email protected]>
  • Loading branch information
jeefy authored and ytimocin committed Oct 8, 2024
1 parent b2eb80b commit 58ba102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-test-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-test-noncloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest-m]
os: [ubuntu-latest]
name:
[
cli-noncloud,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/long-running-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 58ba102

Please sign in to comment.