From 4dcf180126a90a75ed2bb41916a2f5fe058da11f Mon Sep 17 00:00:00 2001 From: Travis Staloch <1562827+travisstaloch@users.noreply.github.com> Date: Sat, 13 Apr 2024 23:01:04 -0700 Subject: [PATCH] ci: try to re-enable macos --- .github/workflows/macos.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6a3fec2..a9d3835 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -9,8 +9,9 @@ on: jobs: build: - runs-on: macos-latest - + runs-on: macOS, aarch64 + env: + ARCH: "aarch64" steps: - name: Checkout uses: actions/checkout@v2 @@ -22,11 +23,9 @@ jobs: 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