glfw: CI: re-enable x86_64-macos -> aarch64-macos cross compilation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2337d9d832
commit
87ad07a9bf
1 changed files with 4 additions and 5 deletions
9
glfw/.github/workflows/ci.yml
vendored
9
glfw/.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue