summaryrefslogtreecommitdiff
path: root/.github/workflows/build-macos.yml
AgeCommit message (Collapse)Author
2024-04-11update checkout v3 to v4Ryo Nakamura
2024-01-06bump libssh to libssh-0.10.6-2-g6f1b1e76Ryo Nakamura
libssh 0.10.6 has a regression in IPv6 parsing, so we pick stable-0.10 that includes the fixes. https://gitlab.com/libssh/libssh-mirror/-/issues/227
2024-01-04bump libssh to 0.10.6Ryo Nakamura
libssh 0.10.6 includes some security fixes, e.g., CVE-2023-48795.
2023-09-08enable github actions on the dev branchRyo Nakamura
2022-11-24fix build-macos.ymlRyo Nakamura
2022-11-24update github workflows to fit patched libsshRyo Nakamura
2022-11-13run mscp -h last on ci buildRyo Nakamura
2022-11-05do not install libssh and cmake from homebrewRyo Nakamura
because they are already installed on the macos-latest runner.
2022-11-05add ci to build on macosRyo Nakamura