liquidaty / zsv

zsv+lib: tabular data swiss-army knife CLI + world's fastest (simd) CSV parser
MIT License
202 stars 12 forks source link

[CI] Install gcc@11 manually on macOS runners (see https://github.com/actions/runner-images/issues/10213) #188

Closed iamazeem closed 1 month ago

iamazeem commented 1 month ago

GCC 11 has been removed from default macOS runner images on August 12. See https://github.com/actions/runner-images/issues/10213.

This is breaking CI for macOS jobs. Installing it should fix the issue.

iamazeem commented 1 month ago

Fixed. Commit: https://github.com/liquidaty/zsv/commit/22964390054809ef7dfb1559db422cd6b4db2dbf Workflow: https://github.com/liquidaty/zsv/actions/runs/10415312181