File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -21,28 +21,36 @@ jobs:
21
21
runs-on : ${{ matrix.runner.os }}
22
22
strategy :
23
23
matrix :
24
- version :
25
- - ' min'
26
- - ' 1'
27
24
num_threads :
28
25
- 1
29
26
- 2
30
27
runner :
31
28
- os : ubuntu-latest
32
29
arch : x64
30
+ version : ' 1'
31
+ # x86
33
32
- os : ubuntu-latest
34
33
arch : x86
34
+ version : ' 1'
35
+ # Minimum supported version
36
+ - os : ubuntu-latest
37
+ arch : x64
38
+ version : ' min'
39
+ # Windows
35
40
- os : windows-latest
36
41
arch : x64
42
+ version : ' 1'
43
+ # macOS
37
44
- os : macos-latest
38
45
arch : aarch64
46
+ version : ' 1'
39
47
40
48
steps :
41
49
- uses : actions/checkout@v4
42
50
43
51
- uses : julia-actions/setup-julia@v2
44
52
with :
45
- version : ${{ matrix.version }}
53
+ version : ${{ matrix.runner. version }}
46
54
arch : ${{ matrix.runner.arch }}
47
55
48
56
- uses : julia-actions/cache@v2
You can’t perform that action at this time.
0 commit comments