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 d3a62bc
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

- 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

0 comments on commit d3a62bc

Please sign in to comment.