aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-install-macos-14.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: fix invalid workflowdundargoc2024-02-101-7/+0
| | | | | | | | Context variables aren't always available, so we can't rely on them for e.g. environment variables. Also merge all install scripts into `script/ci-install.sh`, that way it can be called the same way regardless of system.
* ci: use M1 for macOSChristian Clason2024-01-311-0/+7
GH Actions runners use M1 hardware for `macos-14` now. Since macOS is one of the slowest platforms for parser compilation, switching should give us not only ARM coverage but also shorter CI times.