Skip to content

Commit c4b9094

Browse files
committed
ubuntu 20.04 is deprecated by github
1 parent c0e7619 commit c4b9094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
49-
os: [ ubuntu-20.04, windows-latest, macos-latest ]
49+
os: [ ubuntu-latest, windows-latest, macos-latest ]
5050

5151
runs-on: ${{ matrix.os }}
5252

0 commit comments

Comments
 (0)