awakesecurity / gRPC-haskell

Haskell gRPC support
https://hackage.haskell.org/package/grpc-haskell
Apache License 2.0
238 stars 75 forks source link

Bump `cachix` version in CI #149

Closed riz0id closed 1 year ago

riz0id commented 1 year ago

This PR fixes CI failures by bumping the cachix Git action as suggested in #148.

riz0id commented 1 year ago

I'm bumping the macos version from macos-10.15 to macos-latest. It looks like Github deprecated macos-10.15 a while ago and doesn't provide runners for that OS causing CI to hang waiting for a runner that would never become available.

ixmatus commented 1 year ago

As discussed, we've elected to build on macos but disable the test suite on macos due to #150. We still build and test on Linux.