From ae050ab8ab6eba27f3d8d600200998fde9b3e6e9 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sat, 7 Dec 2024 16:52:36 -0700 Subject: [PATCH] Do not use container config --- .github/workflows/test-action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 3c9a9afa42a..eada9ccc576 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -70,8 +70,6 @@ jobs: if: ${{ toJSON(fromJSON(inputs.matrix)['linux']) != '[]' }} runs-on: - ${{ matrix.arch == 'x86_64' && 'ubuntu-22.04' || 'linux-arm64' }} - container: - image: ${{ matrix.container }} # Full test runs. Each chunk should never take more than 2 hours. # Partial test runs(no chunk parallelization), 6 Hours timeout-minutes: ${{ fromJSON(inputs.testrun)['type'] == 'full' && inputs.default-timeout || 360 }}