Skip to content

ci(zig): workflows pinned to literal version #27

ci(zig): workflows pinned to literal version

ci(zig): workflows pinned to literal version #27

name: Arm64 MacOS Zig
on: [push, pull_request]
jobs:
run:
strategy:
matrix:
target:
- aarch64-macos-none
runs-on: macos-latest # Using M1 processors
steps:
- uses: actions/checkout@v6
- uses: mlugg/setup-zig@v2
with:
version: 0.16.0
- name: Build
run: zig build -Dtarget=${{ matrix.target }}
- name: Run list_cpu_features
run: ./zig-out/bin/list_cpu_features --json