Skip to content

Commit 874ab24

Browse files
authored
Update ci.yml
1 parent 96be026 commit 874ab24

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,19 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- "1.6"
19-
- "1"
18+
- '1.6'
19+
- '1'
2020
os:
2121
- ubuntu-latest
22-
- macOS-latest
2322
- windows-latest
2423
arch:
2524
- x64
26-
- x86
27-
exclude:
25+
include:
2826
- os: macOS-latest
29-
arch: x86
27+
arch: aarch64
3028
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
3331
with:
3432
version: ${{ matrix.version }}
3533
arch: ${{ matrix.arch }}
@@ -47,7 +45,7 @@ jobs:
4745
env:
4846
JULIA_PKG_SERVER: ""
4947
steps:
50-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v4
5149
- 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
5250
- uses: julia-actions/setup-julia@v1
5351
with:

0 commit comments

Comments
 (0)