From 3050f7ca9412595507f851c57517c216a19fdbff Mon Sep 17 00:00:00 2001 From: lcflight Date: Tue, 15 Oct 2024 14:34:25 -0400 Subject: [PATCH] another fix attempt for accessability --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 5824031..b2ca705 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