From 364c3da7d4dcac5af1ca936827dc281402cc090b Mon Sep 17 00:00:00 2001 From: Sanjay Rai Date: Mon, 13 Jan 2025 12:53:18 -0800 Subject: [PATCH] Testing to see if this fixed GH Action check --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index cbfb6850..5a3b193c 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -105,7 +105,7 @@ jobs: id: deployment uses: actions/deploy-pages@v2 record-web-vitals: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: deployment continue-on-error: true steps: