We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0728c commit 92be507Copy full SHA for 92be507
.github/workflows/ci.yml
@@ -14,15 +14,21 @@ jobs:
14
fail-fast: false
15
matrix:
16
version:
17
- - "1.3"
18
- - "1"
19
- - "nightly"
+ - '1.6'
+ - '1'
20
os:
21
- ubuntu-latest
22
- - macOS-latest
23
- windows-latest
24
arch:
25
- x64
+ include:
+ - os: macOS-13
26
+ arch: x64
27
+ version: 1
28
+ - os: macOS-latest
29
+ arch: aarch64
30
31
+
32
steps:
33
- uses: actions/checkout@v4
34
- uses: julia-actions/setup-julia@v2
0 commit comments