Skip to content

Commit

Permalink
Revert "Refactor .github/workflows/build.yml matrix"
Browse files Browse the repository at this point in the history
This reverts commit ae63995.
  • Loading branch information
Rhys-T committed Sep 27, 2024
1 parent ae63995 commit 01fa5a7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-24.05.tar.gz
runner:
- ubuntu-latest
- macos-latest
exclude:
- {} # exclude everything…
include: # …then add these combos back in
- runner: ubuntu-latest
- runner: macos-latest
include:
- nurRepo: Rhys-T
cachixName: rhys-t
runner: macos-latest
nixPath: nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz
- runner: macos-13
- nurRepo: Rhys-T
cachixName: rhys-t
runner: macos-13
nixPath: nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz
runs-on: ${{ matrix.runner }}
steps:
Expand Down

0 comments on commit 01fa5a7

Please sign in to comment.