diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ad5ff08..05a9754 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,7 +40,6 @@ jobs: - ubuntu-latest version: - '1' - - 'nightly' # coverage fast on nightly threads: - '3' - '4' diff --git a/Project.toml b/Project.toml index 705f4f0..48da169 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ SLEEFPirates = "0.6" Static = "0.8.4, 1" StaticArrayInterface = "1" StaticArrays = "1" -StrideArraysCore = "0.5" +StrideArraysCore = "0.4.7, 0.5" UnPack = "1" VectorizationBase = "0.21.40" VectorizedRNG = "0.2.13"