Skip to content

Commit b1a5fb6

Browse files
authored
Remove x86 from CI pipeline
1 parent 8eb107c commit b1a5fb6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
julia-version: ['1.6', '1.7']
11-
julia-arch: [x64, x86]
11+
julia-arch: [x64]
1212
os: [ubuntu-latest, windows-latest, macos-latest]
13-
exclude:
14-
- os: macOS-latest
15-
julia-arch: x86
1613

1714
steps:
1815
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)