From 2d38502c48ec1f5f094aa97511e0fe95e3790076 Mon Sep 17 00:00:00 2001 From: David Cain Date: Sat, 15 Oct 2022 12:23:25 -0700 Subject: [PATCH] Upgrade GHA Ubuntu version to 22.04 (run in prod) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0be392d9..3833364a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - "mypy ws" - "pylint --jobs=0 ws" - "pytest" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 services: # TODO: Only the `test` step in the matrix needs this service up and running. # All others have no need to hit the database. @@ -79,7 +79,7 @@ jobs: - "npm run lint" # TODO: Actually upload this to codecov - "npm run test:unit -- --coverage" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: "Clone repo" uses: actions/checkout@v2