summaryrefslogtreecommitdiff
path: root/.github/workflows/zen.yml
AgeCommit message (Collapse)Author
8 daysci: consolidate build workflows into zen.ymlVitaly Takmazov
Remove the standalone APE Portable Build workflow from `build-ape.yml` and integrate its functionality directly into the existing `zen.yml` workflow. The changes add APE-specific steps conditioned on the Ubuntu environment, ensuring targeted builds and releases only occur on the specified platform, streamlining the CI process.
2026-01-15chore: update CI to run on macOS and UbuntuVitaly Takmazov
Modify the CI workflow to incorporate a matrix strategy to run build jobs on both macOS (macos-15-intel) and Ubuntu (ubuntu-24.04).
2026-01-15Initial CI setupvitalyster