Skip to content

Commit

Permalink
chore: disable Zig on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Oct 3, 2021
1 parent cac36b8 commit 7fc6e25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
shell: bash -euxo pipefail {0}
# Mojave, oldest maintained version as of 2021
CMAKE_OPTIONS: -DCMAKE_OSX_DEPLOYMENT_TARGET=10.14
zig-url: https://ziglang.org/download/0.8.1/zig-macos-x86_64-0.8.1.tar.xz
# seems to need much more work :(
#zig-url: https://ziglang.org/download/0.8.1/zig-macos-x86_64-0.8.1.tar.xz
- name: Windows
os: windows-2022
release: true
Expand Down Expand Up @@ -160,7 +161,7 @@ jobs:
- name: Take Off Every Zig
run: |
cp -r build/zig/ build/stage1/bin
if: matrix.release
if: matrix.zig-url
- name: Test Binary without Nix Shell
if: matrix.name != 'Windows'
shell: bash {0}
Expand Down

0 comments on commit 7fc6e25

Please sign in to comment.