Skip to content

Commit 01fd0dc

Browse files
committed
removing ubuntu 20.04 from matrix
1 parent ead9b36 commit 01fd0dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest, windows-latest ]
57+
os: [ ubuntu-22.04, ubuntu-24.04, macos-latest, windows-latest ]
5858
python-version: [ 3.9, '3.10', '3.11', '3.12' ]
5959

6060
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)