From eb44c884e4a07e22d462ebed0b66b34c4a29ad27 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 27 Nov 2021 00:08:29 -0700 Subject: [PATCH] glfw: CI: disable x86_64-macos -> aarch64-macos cross compilation Signed-off-by: Stephen Gutekanst --- glfw/.github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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