From 4edfbefa7562bf503966bccfc43fd3dcc202fe9e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 15 Jan 2026 19:46:08 +0300 Subject: chore: update CI to run on macOS and Ubuntu Modify the CI workflow to incorporate a matrix strategy to run build jobs on both macOS (macos-15-intel) and Ubuntu (ubuntu-24.04). --- .github/workflows/zen.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/zen.yml b/.github/workflows/zen.yml index c292613..f2cc47a 100644 --- a/.github/workflows/zen.yml +++ b/.github/workflows/zen.yml @@ -8,9 +8,10 @@ on: jobs: build: - - runs-on: ubuntu-latest - + strategy: + matrix: + os: [macos-15-intel, ubuntu-24.04] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - name: make -- cgit v1.2.3