debugging: fix ci configuration

This commit is contained in:
Viacheslav Lotsmanov 2022-07-21 04:43:37 +03:00
parent 2740690381
commit cfa482fe8a
No known key found for this signature in database
GPG Key ID: D276FF7467007335

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
attr: [grpc-haskell-core grpc-haskell grpc]
attr: [grpc-haskell-core, grpc-haskell, grpc]
runs-on: ${{ matrix.os }}