File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,19 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
version :
18
- - " 1.6"
19
- - " 1 "
18
+ - ' 1.6'
19
+ - ' 1 '
20
20
os :
21
21
- ubuntu-latest
22
- - macOS-latest
23
22
- windows-latest
24
23
arch :
25
24
- x64
26
- - x86
27
- exclude :
25
+ include :
28
26
- os : macOS-latest
29
- arch : x86
27
+ arch : aarch64
30
28
steps :
31
- - uses : actions/checkout@v2
32
- - uses : julia-actions/setup-julia@v1
29
+ - uses : actions/checkout@v4
30
+ - uses : julia-actions/setup-julia@v2
33
31
with :
34
32
version : ${{ matrix.version }}
35
33
arch : ${{ matrix.arch }}
47
45
env :
48
46
JULIA_PKG_SERVER : " "
49
47
steps :
50
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@v4
51
49
- run : sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev xsettingsd x11-xserver-utils
52
50
- uses : julia-actions/setup-julia@v1
53
51
with :
You can’t perform that action at this time.
0 commit comments