Skip to content

Commit 58ca48d

Browse files
jakob-kellerLee-W
authored andcommitted
ci(github-actions): bump deprecated ubuntu-20.04 to ubuntu-22.04
Signed-off-by: Jakob Keller <57402305+jakob-keller@users.noreply.github.com>
1 parent 35f5c23 commit 58ca48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
10-
platform: [ubuntu-20.04, macos-latest, windows-latest]
10+
platform: [ubuntu-22.04, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)