From 7160b718eecfb3caf159331c094b61618d8871d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Wed, 7 Aug 2024 08:59:02 +0200 Subject: [PATCH] latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukáš Doktor --- .github/workflows/ccruntime_e2e.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ccruntime_e2e.yaml b/.github/workflows/ccruntime_e2e.yaml index 470d944d..11e24097 100644 --- a/.github/workflows/ccruntime_e2e.yaml +++ b/.github/workflows/ccruntime_e2e.yaml @@ -21,10 +21,7 @@ jobs: matrix: runtimeclass: - "kata-qemu" - instance: - - "ubuntu-2004" - - "ubuntu-2204" - runs-on: ${{ matrix.instance }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: