Skip to content

Commit

Permalink
Use the standard Ubuntu 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.

Let's stick with whatever GitHub thinks is the current version so we
don't end up with this problem again.
  • Loading branch information
CendioOssman committed Aug 22, 2023
1 parent e28b7c8 commit cf3c061
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-latest
strategy:
matrix:
python-version:
Expand Down

0 comments on commit cf3c061

Please sign in to comment.