mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-22 05:19:55 +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'
|
- 'nightly'
|
||||||
julia-arch:
|
julia-arch:
|
||||||
- x64
|
- x64
|
||||||
- x86
|
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
- macOS-latest
|
- macOS-latest
|
||||||
exclude:
|
|
||||||
- os: macOS-latest
|
|
||||||
julia-arch: x86
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in a new issue