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/amd64_macos_zig.yml
2025-10-26 14:29:56 -07:00

21 lines
467 B
YAML

name: amd64 MacOS Zig
on: [push, pull_request]
jobs:
run:
strategy:
matrix:
target:
- x86_64-macos-none
runs-on: macos-15-intel # Using x86 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