Skip to content

Commit

Permalink
Pin e2e test runner to ubuntu 22.04
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c13aa2)
  • Loading branch information
stephenhand committed Jan 20, 2025
1 parent d3f9230 commit 05961ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hrm-qa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05961ae

Please sign in to comment.