Skip to content

Commit c6bfc6b

Browse files
authored
Remove x86 tests (#159)
1 parent 3fffd3e commit c6bfc6b

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,33 +26,24 @@ jobs:
2626
- 1
2727
- 2
2828
runner:
29-
- os: ubuntu-latest
30-
arch: x64
31-
version: '1'
32-
# x86
33-
- os: ubuntu-latest
34-
arch: x86
35-
version: '1'
29+
- version: '1'
30+
os: ubuntu-latest
3631
# Minimum supported version
37-
- os: ubuntu-latest
38-
arch: x64
39-
version: 'min'
32+
- version: 'min'
33+
os: ubuntu-latest
4034
# Windows
41-
- os: windows-latest
42-
arch: x64
43-
version: '1'
35+
- version: '1'
36+
os: windows-latest
4437
# macOS
45-
- os: macos-latest
46-
arch: aarch64
47-
version: '1'
38+
- version: '1'
39+
os: macos-latest
4840

4941
steps:
5042
- uses: actions/checkout@v4
5143

5244
- uses: julia-actions/setup-julia@v2
5345
with:
5446
version: ${{ matrix.runner.version }}
55-
arch: ${{ matrix.runner.arch }}
5647

5748
- uses: julia-actions/cache@v2
5849

0 commit comments

Comments
 (0)