Skip to content

Commit

Permalink
Use ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
chaburkland committed Nov 1, 2023
1 parent 0e3844a commit ba94392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- command: invoke isort --check
- command: invoke lint
- command: invoke mypy
os: ['ubuntu-18.04', 'windows-2019', 'macos-11']
os: ['ubuntu-20.04', 'windows-2019', 'macos-11']
python-version: ['3.7', '3.8', '3.9']


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-18.04', 'windows-2019', 'macos-11']
os: ['ubuntu-20.04', 'windows-2019', 'macos-11']
python-version: ['3.7', '3.8', '3.9']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ba94392

Please sign in to comment.