We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697cc33 commit 43d059dCopy full SHA for 43d059d
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [ubuntu-22.04, windows-2019]
+ os: [ubuntu-22.04, windows-2022]
18
19
steps:
20
- uses: actions/checkout@v3
@@ -85,7 +85,7 @@ jobs:
85
86
fail-fast: false
87
88
89
python-version: ['3.9', '3.11', '3.13']
90
timeout-minutes: 15
91
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
- uses: actions/checkout@v2
0 commit comments