Skip to content

Commit

Permalink
Trigger macos-13 runner when changed flake.nix
Browse files Browse the repository at this point in the history
For addressing GH-910
  • Loading branch information
kachick committed Nov 11, 2024
1 parent 66ff75a commit 97b5b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gen_matrix/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
paths = rest
line = strings.TrimSuffix(line, "\r")

if strings.Contains(line, "darwin") || line == "home-manager/packages.nix" {
if strings.Contains(line, "darwin") || line == "home-manager/packages.nix" || line == "flake.nix" {
higherMacOSPossibility = true
}
}
Expand Down

0 comments on commit 97b5b92

Please sign in to comment.