summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
AgeCommit message (Collapse)Author
2025-01-02ci: remove lua-bustedRandy Palamar
2024-09-09ci: install busted to run lua testsFlorian Fischer
2024-04-21ci: fix macOS runnerRandy Palamar
Apparently Github changed the permissions on /usr/local in the default image so now we need to use `sudo` for luarocks to be able to install packages. While I'm here: update the checkout dependency and use macOS-latest image instead of multiple old images.
2023-08-16build: support incremental rebuildsRandy Palamar
2023-06-09ci: update checkout action to v3Randy Palamar
2022-08-15Update used OSes for GitHub ActionsMatěj Cepl
* Switch off failing Windows tests * MacOS 10.15 is going away: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/
2021-04-20ci: verify codecov script before using itMarc André Tanner
2020-02-22ci: fix test coverage uploadMarc André Tanner
2020-02-20ci: add macOS buildsMarc André Tanner