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