Skip to content

Commit 67b36e6

Browse files
committed
Drop support for Ubuntu 20
P:er: actions/runner-images#11101
1 parent 2b674a3 commit 67b36e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-latest, ubuntu-20.04]
14+
os: [ubuntu-latest, windows-latest]
1515
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1616
exclude:
1717
- os: ubuntu-latest

0 commit comments

Comments
 (0)