From 87ad07a9bfb71460eef602e4c0ee13e1c1205a15 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 28 Nov 2021 20:49:19 -0700 Subject: [PATCH] glfw: CI: re-enable x86_64-macos -> aarch64-macos cross compilation Signed-off-by: Stephen Gutekanst --- glfw/.github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/glfw/.github/workflows/ci.yml b/glfw/.github/workflows/ci.yml index 0a9ac5a3..b64e32bf 100644 --- a/glfw/.github/workflows/ci.yml +++ b/glfw/.github/workflows/ci.yml @@ -79,11 +79,10 @@ jobs: run: zig build test 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 -> 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