Skip to content

Commit b1c147d

Browse files
committed
[CI] Trying to test on multiple windows target
1 parent d63731f commit b1c147d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
tests:
2222
# Not a real dependency : but starting tests when ctypes generation is broken is not useful
2323
needs: generate_ctypes
24-
runs-on: windows-2019
2524
timeout-minutes: 15
2625
strategy:
2726
fail-fast: false
2827
matrix:
28+
runs-on: [windows-2019, windows-latest]
2929
python-version: [2.7, 3.6, 3.11]
3030
python-architecture: [x86, x64]
3131
include:

0 commit comments

Comments
 (0)