mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-22 05:19:55 +00:00
Remove Windows and Mac CI tests
There is no platform-specific code in this package, so this just slows down CI with no benefit
This commit is contained in:
parent
6510ee3fc0
commit
1942090cd6
1 changed files with 0 additions and 2 deletions
2
.github/workflows/UnitTests.yml
vendored
2
.github/workflows/UnitTests.yml
vendored
|
@ -19,8 +19,6 @@ jobs:
|
|||
- x64
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
- macOS-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in a new issue