haskell / vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
Other
360 stars 141 forks source link

CI: bump to GHC 9.6.5; fix to macos-13 for GHC < 9.2 #493

Closed andreasabel closed 5 months ago

andreasabel commented 5 months ago

macos-latest does not support GHC < 9.2

Shimuuar commented 5 months ago

Thank you! Merged