We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63731f commit b1c147dCopy full SHA for b1c147d
1 file changed
.github/workflows/tests.yml
@@ -21,11 +21,11 @@ jobs:
21
tests:
22
# Not a real dependency : but starting tests when ctypes generation is broken is not useful
23
needs: generate_ctypes
24
- runs-on: windows-2019
25
timeout-minutes: 15
26
strategy:
27
fail-fast: false
28
matrix:
+ runs-on: [windows-2019, windows-latest]
29
python-version: [2.7, 3.6, 3.11]
30
python-architecture: [x86, x64]
31
include:
0 commit comments