diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 0618fc1..aba36cd 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -3,7 +3,7 @@ on: [deployment_status] jobs: accessibility: if: github.event.deployment_status.state == 'success' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: checks: read pull-requests: write