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