We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f5c23 commit 58ca48dCopy full SHA for 58ca48d
.github/workflows/pythonpackage.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
10
- platform: [ubuntu-20.04, macos-latest, windows-latest]
+ platform: [ubuntu-22.04, macos-latest, windows-latest]
11
runs-on: ${{ matrix.platform }}
12
steps:
13
- uses: actions/checkout@v4
0 commit comments