From d3a62bcc953c8fd689e7b54152f26d29200a4d27 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 | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6a3fec2..4df6498 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -8,8 +8,8 @@ on: - cron: "0 10 * * 1" jobs: - build: - runs-on: macos-latest + x86_64-macos: + runs-on: macos-11 steps: - name: Checkout @@ -23,10 +23,9 @@ jobs: 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 + - run: zig build test + - run: zig build test -Dstep-128 + - run: zig build + - run: zig build -Dondemand + - run: zig build -Dstep-128 + - run: zig build -Dondemand -Dstep-128