File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
jobs :
8
8
test :
9
- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
10
- runs-on : ${{ matrix.os }}
9
+ name : Julia ${{ matrix.version }} - ${{ github.event_name }}
10
+ runs-on : ubuntu-latest
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
14
version :
15
15
- ' 1.0'
16
16
- ' 1'
17
17
- ' nightly'
18
- os :
19
- - ubuntu-latest
20
- - macOS-latest
21
- - windows-latest
22
- arch :
23
- - x64
24
- - x86
25
- exclude :
26
- - os : macOS-latest
27
- arch : x86
28
18
steps :
29
19
- uses : actions/checkout@v3
30
20
- uses : julia-actions/setup-julia@v1
31
21
with :
32
22
version : ${{ matrix.version }}
33
- arch : ${{ matrix.arch }}
23
+ arch : x64
34
24
- uses : julia-actions/cache@v1
35
25
- uses : julia-actions/julia-buildpkg@v1
36
26
- uses : julia-actions/julia-runtest@v1
You can’t perform that action at this time.
0 commit comments