From 5ccf6609b33ec41ff83e27446bbd3fc74b5e428b Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sun, 29 Dec 2024 15:14:22 -0700 Subject: [PATCH] Bump github runner to ubunutu 22.04 --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 655d2eb4dcb..fed49aed7ad 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -70,7 +70,7 @@ jobs: if: ${{ toJSON(fromJSON(inputs.matrix)['linux']) != '[]' }} runs-on: - - ${{ matrix.arch == 'x86_64' && 'ubuntu-22.04' || 'linux-arm64' }} + - ${{ matrix.arch == 'x86_64' && 'ubuntu-24.04' || 'linux-arm64' }} # 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 }}