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 99
1010jobs :
1111 test :
12- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
12+ name : Julia ${{ matrix.version }} - ${{ matrix.os }}
1313 runs-on : ${{ matrix.os }}
1414 strategy :
1515 fail-fast : false
1616 matrix :
1717 version : ['1.10', '1.11', '^1.12.0-0', 'nightly']
1818 os : [ubuntu-latest, macOS-latest, windows-latest]
19- arch : [x64]
2019 steps :
2120 - uses : actions/checkout@v4
2221 - uses : julia-actions/setup-julia@v2
2322 with :
2423 version : ${{ matrix.version }}
25- arch : ${{ matrix.arch }}
2624 - uses : julia-actions/cache@v2
2725 - name : Develop subpackages
2826 run : |
3937 with :
4038 token : ${{ secrets.CODECOV_TOKEN }}
4139 fail_ci_if_error : false
42- file : lcov.info
40+ files : lcov.info
4341 opencl :
4442 name : OpenCL.jl
4543 runs-on : ubuntu-latest
4846 - uses : julia-actions/setup-julia@v2
4947 with :
5048 version : ' 1.10'
51- arch : x64
5249 - uses : julia-actions/cache@v2
5350 - name : Run tests
5451 run : |
9087 with :
9188 token : ${{ secrets.CODECOV_TOKEN }}
9289 fail_ci_if_error : false
93- file : lcov.info
90+ files : lcov.info
9491 docs :
9592 name : Documentation
9693 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments