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 4c34b6d commit 4ed55e4Copy full SHA for 4ed55e4
.github/workflows/CI.yml
@@ -25,15 +25,23 @@ jobs:
25
runner:
26
- version: '1'
27
os: ubuntu-latest
28
+ arch: x64
29
# Minimum supported version
30
- version: 'min'
31
32
33
+ # x86
34
+ - version: '1'
35
+ os: ubuntu-latest
36
+ arch: x86
37
# Windows
38
39
os: windows-latest
40
41
# macOS
42
43
os: macos-latest
44
+ arch: aarch64
45
num_threads:
46
- 1
47
- 2
@@ -44,6 +52,7 @@ jobs:
52
- uses: julia-actions/setup-julia@v2
53
with:
54
version: ${{ matrix.runner.version }}
55
+ arch: ${{ matrix.runner.arch }}
56
48
57
- uses: julia-actions/cache@v2
49
58
0 commit comments