From ae324ef89b83660520bd295c65f3f18c313ccc1a Mon Sep 17 00:00:00 2001 From: Matt Karl Date: Thu, 15 Feb 2024 14:24:22 -0500 Subject: [PATCH] Revert ubuntu change --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0a87d3..91d4a84 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_REGION: ${{ secrets.AWS_REGION }} SOURCE_DIR: 'deploy' - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 - name: Install xvfb