Skip to content

Commit

Permalink
Disable ubuntu 18.04 runners
Browse files Browse the repository at this point in the history
These basically seem to be never available.
  • Loading branch information
coldfix committed Oct 3, 2023
1 parent 461fd3a commit 66d382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04]
python:
- "3.6"
- "3.7"
Expand Down

0 comments on commit 66d382a

Please sign in to comment.