File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
test :
12
- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
12
+ name : Julia ${{ matrix.version }} - ${{ matrix.os }}
13
13
runs-on : ${{ matrix.os }}
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
17
version : ['1.10', '1.11', '^1.12.0-0', 'nightly']
18
18
os : [ubuntu-latest, macOS-latest, windows-latest]
19
- arch : [x64]
20
19
steps :
21
20
- uses : actions/checkout@v4
22
21
- uses : julia-actions/setup-julia@v2
23
22
with :
24
23
version : ${{ matrix.version }}
25
- arch : ${{ matrix.arch }}
26
24
- uses : julia-actions/cache@v2
27
25
- name : Develop subpackages
28
26
run : |
39
37
with :
40
38
token : ${{ secrets.CODECOV_TOKEN }}
41
39
fail_ci_if_error : false
42
- file : lcov.info
40
+ files : lcov.info
43
41
opencl :
44
42
name : OpenCL.jl
45
43
runs-on : ubuntu-latest
48
46
- uses : julia-actions/setup-julia@v2
49
47
with :
50
48
version : ' 1.10'
51
- arch : x64
52
49
- uses : julia-actions/cache@v2
53
50
- name : Run tests
54
51
run : |
90
87
with :
91
88
token : ${{ secrets.CODECOV_TOKEN }}
92
89
fail_ci_if_error : false
93
- file : lcov.info
90
+ files : lcov.info
94
91
docs :
95
92
name : Documentation
96
93
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments