Skip to content

Commit 9033f14

Browse files
committed
Yes x86
1 parent 4c34b6d commit 9033f14

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/CI.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,23 @@ jobs:
2525
runner:
2626
- version: '1'
2727
os: ubuntu-latest
28+
arch: x64
2829
# Minimum supported version
2930
- version: 'min'
3031
os: ubuntu-latest
32+
arch: x64
33+
# x86
34+
- version: '1'
35+
os: ubuntu-latest
36+
arch: x86
3137
# Windows
3238
- version: '1'
3339
os: windows-latest
40+
arch: x64
3441
# macOS
3542
- version: '1'
3643
os: macos-latest
44+
arch: aarch64
3745
num_threads:
3846
- 1
3947
- 2
@@ -44,6 +52,7 @@ jobs:
4452
- uses: julia-actions/setup-julia@v2
4553
with:
4654
version: ${{ matrix.runner.version }}
55+
arch: ${{ matrix.runner.arch }}
4756

4857
- uses: julia-actions/cache@v2
4958

0 commit comments

Comments
 (0)