From 9be41a2c4bc7c3f41b2994503fe3cb86e56615e5 Mon Sep 17 00:00:00 2001 From: Lukasz Dziedziak Date: Thu, 28 Nov 2024 13:04:29 +0100 Subject: [PATCH] chore(images): pin ubuntu version Signed-off-by: Lukasz Dziedziak --- .github/workflows/build-test-distribute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-distribute.yaml b/.github/workflows/build-test-distribute.yaml index 5b0b10b2b3cd..92bdda372f20 100644 --- a/.github/workflows/build-test-distribute.yaml +++ b/.github/workflows/build-test-distribute.yaml @@ -78,7 +78,7 @@ jobs: distributions: needs: ["check", "test", "test_e2e", "test_e2e_env"] if: ${{ always() }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # pining to this version since we use older base image for kuma-init and we don't want to change it since it can break users environment steps: - name: "Halt due to previous failures" if: ${{ contains(needs.*.result, 'failure')|| contains(needs.*.result, 'cancelled') }}