Skip to content

Commit

Permalink
Upgrade GHA Ubuntu version to 22.04 (run in prod)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCain committed Oct 15, 2022
1 parent ac14b3e commit 2d38502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2d38502

Please sign in to comment.