Skip to content

chore(ci): add os matrix #24

chore(ci): add os matrix

chore(ci): add os matrix #24

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest-large ]
steps:
- name: install zig
uses: weskoerber/setup-zig@main
- name: checkout
uses: actions/checkout@v4
- name: test
run: zig build test