From 20012885b1e4d94031b0ae4710f3021d41b95fed Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 4 Mar 2025 11:26:21 -0500 Subject: [PATCH 1/2] Update checks.yml --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 87d7b338e..97e081798 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -177,7 +177,7 @@ jobs: cmd_options: "-I" a11y-scan: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-project From ceb13a9051e09bda040d03c77028d84aa2fae84f Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 4 Mar 2025 13:35:37 -0500 Subject: [PATCH 2/2] Update .pa11yci Trying a fix for the ubuntu situation --- .pa11yci | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pa11yci b/.pa11yci index 1fde9f2d8..8a0718cb5 100644 --- a/.pa11yci +++ b/.pa11yci @@ -1,7 +1,10 @@ { "defaults": { "standard": "WCAG2AA", - "runners": ["htmlcs"], + "runners": ["htmlcs"], + "chromeLaunchConfig": { + "executablePath": "/usr/bin/google-chrome" + }, "concurrency": 1, "hideElements": [ "nav > ol a",