Skip to content

Commit

Permalink
correct macOS version for x86_64 cross compilation
Browse files Browse the repository at this point in the history
See #107

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
  • Loading branch information
slimsag committed Nov 27, 2021
1 parent 8ab4117 commit 64c873f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt install xz-utils
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.1785+4cdf5b666.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: x86_64-linux -> x86_64-macos
run: cd ${{ matrix.project }} && zig build test -Dtarget=x86_64-macos
run: cd ${{ matrix.project }} && zig build test -Dtarget=x86_64-macos.11
env:
AGREE: true
- name: x86_64-linux -> aarch64-macos
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
7z x zig.zip
Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.9.0-dev.1785+4cdf5b666\"
- name: x86_64-windows -> x86_64-macos
run: cd ${{ matrix.project }} && zig build test -Dtarget=x86_64-macos
run: cd ${{ matrix.project }} && zig build test -Dtarget=x86_64-macos.11
env:
AGREE: true
- name: x86_64-windows -> aarch64-macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/m1_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
AGREE: true
- name: aarch64-macos -> x86_64-macos
run: zig build test -Dtarget=x86_64-macos
run: zig build test -Dtarget=x86_64-macos.11
env:
AGREE: true
- name: aarch64-macos -> x86_64-windows
Expand Down

0 comments on commit 64c873f

Please sign in to comment.