Skip to content

Commit

Permalink
use same nixpkgs that niv uses
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Oct 21, 2024
1 parent 02f619f commit d4b9689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
matrix:
runner:
- os: macos-14 # macos sonoma on m1; 3 vcpu, 7 GB memory
base-nixpkgs-channel: nixpkgs-23.11-darwin
base-nixpkgs-channel: nixpkgs-24.05-darwin
- os: ubuntu-22.04 # linux x86_64; 4 vcpu, 16 GB memory
base-nixpkgs-channel: nixos-23.11
base-nixpkgs-channel: nixos-24.05
ghc:
- ghc-9-2
- ghc-9-4
Expand Down

0 comments on commit d4b9689

Please sign in to comment.