mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-15 07:54:13 +00:00
Homebrew on the macOS build machines for GitHub Actions was updated to version 2.7 and that deprecated the `brew cask install` syntax in favor of `brew install --cask`, so we need to update here. The announcement for the GitHub change is: https://github.com/actions/virtual-environments/issues/2415