Skip to content

Commit 44eed8d

Browse files
authored
Run Test workflow on macOS (#2420)
* Run Test workflow on macOS * shell.nix: Remove yq
1 parent a1adb18 commit 44eed8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
jobs:
55
nix:
66
name: 'Nix'
7-
runs-on: ubuntu-latest
7+
strategy:
8+
matrix:
9+
os: [ubuntu-latest, macos-latest]
10+
runs-on: ${{ matrix.os }}
811
steps:
912
- name: Check out code
1013
uses: actions/[email protected]

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ in
4747
shellFor {
4848
buildInputs =
4949
[
50-
gnumake yq z3
50+
gnumake z3
5151
hls-renamed
5252
ghcid hlint hpack stylish-haskell
5353
cabal-install stack

0 commit comments

Comments
 (0)