Skip to content

Commit

Permalink
ci: try to re-enable macos
Browse files Browse the repository at this point in the history
  • Loading branch information
travisstaloch committed Apr 14, 2024
1 parent fbe3f14 commit 4518590
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,28 @@ on:

jobs:
build:
runs-on: macos-latest

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-11]
arch: [aarch64]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0

- name: Set up macOS aarch64
uses: macOS-latest
with:
arch: aarch64
- 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

0 comments on commit 4518590

Please sign in to comment.