From 201c46c41b61fdc833d73d03454d577c92c506c9 Mon Sep 17 00:00:00 2001 From: "Regression Regina [agent]" Date: Wed, 20 May 2026 13:49:06 +0000 Subject: [PATCH] fix(ci): add container: ubuntu:latest for apt-get compatibility (PRI-1636) Co-Authored-By: Paperclip --- .github/workflows/dual-approval.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dual-approval.yaml b/.github/workflows/dual-approval.yaml index d255129..81b55ff 100644 --- a/.github/workflows/dual-approval.yaml +++ b/.github/workflows/dual-approval.yaml @@ -15,6 +15,7 @@ jobs: promotion-gate: name: Promotion Gate runs-on: ubuntu-latest + container: ubuntu:latest timeout-minutes: 5 steps: @@ -112,4 +113,4 @@ jobs: else echo "Promotion gate failed: waiting for ${GATE_NAME} approval from ${REQUIRED_REVIEWER}." exit 1 - fi \ No newline at end of file + fi