aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-05-17ci: drop ubuntu-20.04, deprecatedsewn1-4/+1
Github CI ubuntu-20.04 runner image deprecated, seen in https://github.com/actions/runner-images/issues/11101
2025-02-22ci: also don't fail when the coverage file doesn't download correctlyRandy Palamar1-3/+3
2025-02-22ci: don't let test coverage upload fail a workflowRandy Palamar1-1/+1
Yes it would be better if some commits didn't have missing coverage but failing over it doesn't give us any useful info about the commit
2025-01-02ci: remove lua-bustedRandy Palamar1-1/+0
2024-09-09ci: install busted to run lua testsFlorian Fischer1-0/+1
2023-08-16build: support incremental rebuildsRandy Palamar1-0/+1
2023-06-09ci: update checkout action to v3Randy Palamar1-1/+1
2023-05-23ci: remove deprecated ubuntu-18.04 and switch to ubuntu-latestRandy Palamar1-8/+2
ubuntu-latest is supposed to track the newest supported ubuntu release which as of now is 22.04. 18.04 has been deprecated for a while and seems like it has finally been removed: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/
2022-08-15Update used OSes for GitHub ActionsMatěj Cepl1-1/+2
* 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é Tanner1-1/+7
2020-02-22ci: fix test coverage uploadMarc André Tanner1-0/+2
2020-02-20ci: add ubuntu buildsMarc André Tanner1-0/+56