File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -19,35 +19,23 @@ concurrency:
19
19
jobs :
20
20
test :
21
21
runs-on : ${{ matrix.os }}
22
- continue-on-error : ${{ matrix.version == 'nightly' }}
23
22
strategy :
24
23
matrix :
25
24
version :
26
25
- ' min'
27
26
- ' 1'
28
- os :
29
- - ubuntu-latest
30
- - macOS-latest
31
- - windows-latest
32
- arch :
33
- - x86
34
- - x64
35
27
num_threads :
36
28
- 1
37
29
- 2
38
- exclude :
39
- - os : windows -latest
40
- arch : x86
41
- - os : macOS -latest
30
+ runner :
31
+ - os : ubuntu -latest
32
+ arch : x64
33
+ - os : ubuntu -latest
42
34
arch : x86
43
- - version : ' 1.6'
44
- num_threads : 2
45
- include :
46
- - version : ' 1'
47
- os : ubuntu-latest
35
+ - os : windows-latest
48
36
arch : x64
49
- num_threads : 1
50
- coverage : true
37
+ - os : macos-latest
38
+ arch : aarch64
51
39
52
40
steps :
53
41
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments