diff --git a/glfw/.github/workflows/ci.yml b/glfw/.github/workflows/ci.yml index b64e32bf..0a9ac5a3 100644 --- a/glfw/.github/workflows/ci.yml +++ b/glfw/.github/workflows/ci.yml @@ -79,10 +79,11 @@ jobs: run: zig build test env: AGREE: true - - name: x86_64-macos -> aarch64-macos - run: zig build test -Dtarget=aarch64-macos - env: - AGREE: true + # TODO(build-system): https://github.com/hexops/mach/issues/108 + # - name: x86_64-macos -> aarch64-macos + # run: zig build test -Dtarget=aarch64-macos + # env: + # AGREE: true - name: x86_64-macos -> x86_64-windows run: zig build test -Dtarget=x86_64-windows - name: x86_64-macos -> x86_64-linux