Files
Nate Cook 1ed0ac0925 Switch count-lines to macOS 12 only (#576)
CI is allowing a `guard #available(macOS 12)` in the tests to pass,
but then reporting macOS version 10.16 both in ProcessInfo and in
the guard in the actual `CountLines.run()` method, which results
in an inconsistency. Switching the minimum platform for 
`count-lines` until we can sort out the configuration issue.
2023-06-28 12:28:39 -05:00
..