File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1010 - cron : ' 0 0 * * 1' # runs 00:00 UTC on every Monday
1111jobs :
1212 test :
13- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
13+ name : Julia ${{ matrix.version }} - ${{ matrix.os }}
1414 runs-on : ${{ matrix.os }}
1515 strategy :
1616 fail-fast : false
@@ -22,14 +22,16 @@ jobs:
2222 - ' nightly'
2323 os :
2424 - ubuntu-latest
25- arch :
26- - default
25+ include :
26+ - os : windows-latest
27+ version : ' 1'
28+ - os : macos-latest
29+ version : ' 1'
2730 steps :
2831 - uses : actions/checkout@v5
2932 - uses : julia-actions/setup-julia@v2
3033 with :
3134 version : ${{ matrix.version }}
32- arch : ${{ matrix.arch }}
3335 show-versioninfo : true
3436 - uses : julia-actions/cache@v2
3537 - uses : julia-actions/julia-runtest@v1
You can’t perform that action at this time.
0 commit comments