Skip to content

Commit

Permalink
moving to newer ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
danschwarz committed Apr 28, 2023
1 parent e03a3f7 commit c151425
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on: [push, pull_request]

jobs:
test:
# Older Ubuntu required for testing on Python 3.6 which is not available in
# later versions. Remove once support for 3.6 is dropped.
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
Expand Down

0 comments on commit c151425

Please sign in to comment.