1
0
mirror of https://github.com/google/cpu_features.git synced 2025-11-01 21:50:44 +01:00
Files
cpu_features/.github/workflows/arm64_macos_zig.yml
inge4pres eba686d452 ci: Zig build on MacOs, Win
Signed-off-by: inge4pres <fgualazzi@gmail.com>
2025-10-26 14:29:56 -07:00

21 lines
465 B
YAML

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@v5
- uses: mlugg/setup-zig@v2
with:
version: latest
- name: Build
run: zig build -Dtarget=${{ matrix.target }}
- name: Run list_cpu_features
run: ./zig-out/bin/list_cpu_features --json