We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1adb18 commit 44eed8dCopy full SHA for 44eed8d
.github/workflows/test.yml
@@ -4,7 +4,10 @@ on:
4
jobs:
5
nix:
6
name: 'Nix'
7
- runs-on: ubuntu-latest
+ strategy:
8
+ matrix:
9
+ os: [ubuntu-latest, macos-latest]
10
+ runs-on: ${{ matrix.os }}
11
steps:
12
- name: Check out code
13
uses: actions/checkout@v2.3.4
shell.nix
@@ -47,7 +47,7 @@ in
47
shellFor {
48
buildInputs =
49
[
50
- gnumake yq z3
+ gnumake z3
51
hls-renamed
52
ghcid hlint hpack stylish-haskell
53
cabal-install stack
0 commit comments