Skip to content

Commit 65cd70a

Browse files
committed
ci: test macos-latest with lts
> Julia 1.6 and 1.7 do not have native binaries available for Apple Silicon macOS.
1 parent 802c9fe commit 65cd70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
arch:
2424
- x64
2525
include:
26-
# macos-latest -> Apple Silicon
26+
# macos-latest -> Apple Silicon (Need julia >= v1.8)
2727
- os: macos-latest
2828
arch: 'aarch64'
29-
version: '1.0'
29+
version: 'lts'
3030
- os: macos-latest
3131
arch: 'aarch64'
3232
version: '1'

0 commit comments

Comments
 (0)