Skip to content

Commit

Permalink
Revert "Refactor .github/workflows/build.yml matrix, take 2"
Browse files Browse the repository at this point in the history
This reverts commit 2522056.
  • Loading branch information
Rhys-T committed Oct 13, 2024
1 parent 76d51ae commit 4da7b0e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@ jobs:
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-24.05.tar.gz
runner:
- ubuntu-latest
- macos-latest
- macos-13
exclude:
- runner: macos-latest
- runner: macos-13
include:
- runner: macos-latest
- 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 4da7b0e

Please sign in to comment.