summaryrefslogtreecommitdiff
path: root/.github/workflows/update-manual.yml
AgeCommit message (Collapse)Author
2024-11-09ci: fix manual not being regenerated when non-Nix files are updatedMichael Hoang
This also fixes the README not being updated on the website as well
2024-11-09ci: don't override nixpkgs when building the manualMichael Hoang
This causes `nix-darwin` to not have `rev` or `dirtyRev`
2024-11-07ci: upgrade `actions/checkout`Michael Hoang
2024-11-07flake: expose `jobs` from `release.nix` as a flattened attrsetMichael Hoang
2024-11-05ci: switch to `macos-13`Michael Hoang
The `macos-12` runner image will be removed by 3 Dec 2024.
2024-10-22ci: update Nix to match versions in nixpkgsMichael Hoang
2024-09-12ci/update-manual: use Nixpkgs 24.05Emily
2024-04-18ci, readme: update stable nixpkgs to 23.11Weijia Wang
2023-07-11etc: fail if we can't add a fileMichael Hoang
Fixes #598
2023-06-25also update README in gh-pagesDaiderd Jordan
2023-06-25ci: update manual updater to 23.05Emily
Fix https://github.com/LnL7/nix-darwin/issues/709.
2023-06-18GHActions: Bump install-nix-action to v22toonn
Not all workflows were updated but some were, this fixes the inconsistency.
2023-04-28ci: use latest stable channel 22.05 -> 22.11Jan Schmitt
* use matrix build to run tests against latest stable and unstable channel * add descriptions to github action steps
2023-04-26ci: bump actions to most recent versionJan Schmitt
* use checkout@v3 and install-nix-action@20
2022-08-12Update install-nix-action and nix to 22.05Marin Usalj
Might need to update nix further if it keeps erroring.
2022-08-12[github] Use macos-12Marin Usalj
It might be beneficial to set up a matrix ([docs](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-multi-dimension-matrix)) and run all major supported macOS versions in parallel. Reason: macos-10.15 is [being deprecated](https://github.com/actions/runner-images/issues/5583) and will be fully unsupported by Aug 30 2022.
2022-03-22Add workflow to auto-update manualMalo Bourgon