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 0018d19 commit ff2a543Copy full SHA for ff2a543
.github/workflows/CI.yml
@@ -27,30 +27,14 @@ jobs:
27
28
matrix:
29
runner:
30
- # Current stable version
31
- - version: '1'
32
- os: ubuntu-latest
33
- num_threads: 2
34
# Minimum supported version
35
- version: 'min'
36
os: ubuntu-latest
37
num_threads: 2
38
- # Single-threaded
39
40
41
- num_threads: 1
42
# Minimum supported version, single-threaded
43
44
45
num_threads: 1
46
- # Windows
47
48
- os: windows-latest
49
50
- # macOS
51
52
- os: macos-latest
53
54
test_group:
55
- Group1
56
- Group2
0 commit comments