mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-21 21:16:05 +00:00
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:
parent
467fa4d261
commit
ece50c1ee9
1 changed files with 0 additions and 4 deletions
4
.github/workflows/UnitTests.yml
vendored
4
.github/workflows/UnitTests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue