diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6a3fec2..664e44a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -10,23 +10,23 @@ on: jobs: build: runs-on: macos-latest - + strategy: + matrix: + os: [macos-latest] + arch: [aarch64] steps: - name: Checkout uses: actions/checkout@v2 with: submodules: recursive fetch-depth: 0 - - name: Setup Zig uses: goto-bus-stop/setup-zig@v1.3.0 with: version: master - - run: zig build -Dtarget=aarch64-macos test - run: zig build -Dtarget=aarch64-macos test -Dstep-128 - run: zig build -Dtarget=aarch64-macos - run: zig build -Dtarget=aarch64-macos -Dondemand - run: zig build -Dtarget=aarch64-macos -Dstep-128 - run: zig build -Dtarget=aarch64-macos -Dondemand -Dstep-128 - \ No newline at end of file