We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa7935 commit 95021b3Copy full SHA for 95021b3
.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.7, 3.8, 3.9]
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