From 05961ae5c1b480b13016f9bd99b334a84dbae0a9 Mon Sep 17 00:00:00 2001 From: Stephen Hand Date: Thu, 16 Jan 2025 21:35:28 +0000 Subject: [PATCH] Pin e2e test runner to ubuntu 22.04 (cherry picked from commit 4c13aa23e5c2accbf32c927ef07e6dfc5d2d3cb8) --- .github/workflows/hrm-qa-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hrm-qa-release.yml b/.github/workflows/hrm-qa-release.yml index bb89ee2b..10fac83e 100644 --- a/.github/workflows/hrm-qa-release.yml +++ b/.github/workflows/hrm-qa-release.yml @@ -64,8 +64,8 @@ jobs: needs: - build-and-deploy-service - build-and-deploy-lambdas - - runs-on: ubuntu-latest + # Pinned to v22 while https://github.com/microsoft/playwright/issues/30368 is addressed + runs-on: ubuntu-22.04 steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it