File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ jobs:
14
14
- ' lts'
15
15
- ' 1'
16
16
- ' pre'
17
- - ' nightly'
18
17
os :
19
18
- ubuntu-latest
20
- # - macOS-latest
19
+ - macOS-latest
21
20
- windows-latest
22
- arch :
23
- - x64
21
+ exclude :
22
+ - os : macOS-latest # Apple Silicon
23
+ version : ' 1.6'
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
- uses : julia-actions/setup-julia@v2
27
27
with :
28
28
version : ${{ matrix.version }}
29
- arch : ${{ matrix.arch }}
29
+ arch : ' default '
30
30
show-versioninfo : true
31
31
- uses : julia-actions/cache@v2
32
32
- uses : julia-actions/julia-buildpkg@v1
38
38
- uses : actions/checkout@v4
39
39
- uses : julia-actions/setup-julia@v2
40
40
with :
41
- version : 1.7
41
+ version : ' 1.10 '
42
42
- run : |
43
43
julia --project=docs -e '
44
44
using Pkg
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ julia> la = @optic _.a
118
118
lb = @optic _.b
119
119
lc = @optic _.c
120
120
lens = la ⨟ lb ⨟ lc
121
- (@o _.c) ∘ (@o _.a.b)
121
+ (@o _.c) ∘ (( @o _.a.b) )
122
122
123
123
julia> lens(obj)
124
124
1
You can’t perform that action at this time.
0 commit comments