Run CI on MacOS

This commit is contained in:
adisbladis 2020-05-11 12:35:06 +01:00
parent af6ad9e636
commit 3008e6a292
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -21,9 +21,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
nixpkgs_version: ["20.03", "master"]
# os: [ubuntu-latest, macos-latest]
env:
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/${{ matrix.nixpgs_version }}.tar.gz"
steps: