diff options
| author | Zuhaitz <zuhaitz.zechhub@gmail.com> | 2026-01-15 18:40:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-15 18:40:07 +0000 |
| commit | 301d9582884ec7d180791e5c9c6ec649dc01ff68 (patch) | |
| tree | 056039f66098e1a8ef4b6544fb09d5a77f708a90 /.github | |
| parent | f59e40a172f555c536cfc7af57536bb919d01e92 (diff) | |
| parent | a571fe7931d54c660f0d1b1fdcbc1d858fa6c502 (diff) | |
Merge pull request #57 from vitalyster/ci-mac
chore: update CI to run on macOS and Ubuntu
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/zen.yml | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
