Skip to content

Commit

Permalink
Use Ubuntu 20.04 runner for tests
Browse files Browse the repository at this point in the history
GitHub has deprecated 18.04, so we can't continue running tests on that
old distribution. Unfortunately, we can't switch to the latest 22.04
since GitHub doesn't package anything older than Python 3.7 for that
runner.
  • Loading branch information
CendioOssman committed Aug 22, 2023
1 parent e28b7c8 commit f20f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
Expand Down

0 comments on commit f20f92d

Please sign in to comment.