From 98ca8d68026272075ce90072eae24cbea0e29a74 Mon Sep 17 00:00:00 2001 From: ytimocin Date: Mon, 23 Dec 2024 21:34:11 -0800 Subject: [PATCH] ubuntu-latest seems to not have oras anymore Signed-off-by: ytimocin --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dd24922b..2d3280dc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,7 +32,7 @@ jobs: matrix: include: - name: demo - os: ubuntu-latest + os: ubuntu-latest-m runOnPullRequest: true app: demo env: default @@ -56,7 +56,7 @@ jobs: images: samples/dapr-frontend,samples/dapr-backend directories: samples/dapr/ui/,samples/dapr/nodeapp/ - name: volumes - os: ubuntu-latest + os: ubuntu-latest-m runOnPullRequest: true app: myapp env: default