File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
fail-fast : false
24
24
matrix :
25
25
version :
26
- - ' 1.3 '
26
+ - ' 1.6 '
27
27
- ' 1'
28
28
- pre
29
29
os :
36
36
with :
37
37
version : ${{ matrix.version }}
38
38
# ARM64 on macos-latest is neither supported by older Julia versions nor setup-julia
39
- arch : ${{ matrix.os == 'macos-latest' && matrix.version ! = '1.3 ' && 'aarch64' || 'x64' }}
39
+ arch : ${{ matrix.os == 'macos-latest' && matrix.version > = '1.8 ' && 'aarch64' || 'x64' }}
40
40
show-versioninfo : true
41
41
- uses : julia-actions/cache@v2
42
42
- uses : julia-actions/julia-buildpkg@v1
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ StatsAPI = "1.6"
57
57
StatsBase = " 0.32, 0.33, 0.34"
58
58
StatsFuns = " 0.9.15, 1"
59
59
Test = " <0.0.1, 1"
60
- julia = " 1.3 "
60
+ julia = " 1.6 "
61
61
62
62
[extras ]
63
63
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
You can’t perform that action at this time.
0 commit comments