Remove 32-bit arches from unit testing CI workflow

32-bit is causing problems in an upstream package, and I'm not sure why, so remove it for now.
This commit is contained in:
Thomas A. Christensen II 2022-07-11 19:07:07 +00:00 committed by GitHub
parent 467fa4d261
commit ece50c1ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,14 +17,10 @@ jobs:
- 'nightly'
julia-arch:
- x64
- x86
os:
- ubuntu-latest
- windows-latest
- macOS-latest
exclude:
- os: macOS-latest
julia-arch: x86
steps:
- name: Checkout repository