Skip to content

Commit

Permalink
ci: cross compile to amd64 darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaumy committed Sep 13, 2023
1 parent ceec888 commit 4c1239b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
fail-fast: false
matrix:
targets:
- { os: macos-11 , target: aarch64-apple-darwin , alias: aarch64-macos-11 }
- { os: macos-12 , target: aarch64-apple-darwin , alias: aarch64-macos-12 }
- { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu, alias: amd64-ubuntu-2004 }
- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu, alias: amd64-ubuntu-2204 }
- { os: windows-2019, target: x86_64-pc-windows-msvc , alias: amd64-windows-2019 }
- { os: windows-2022, target: x86_64-pc-windows-msvc , alias: amd64-windows-2022 }
#- { os: macos-11 , target: aarch64-apple-darwin , alias: aarch64-macos-11 }
#- { os: macos-12 , target: aarch64-apple-darwin , alias: aarch64-macos-12 }
- { os: macos-12 , target: x86_64-apple-darwin , alias: amd64-macos }
#- { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu, alias: amd64-gnu-ubuntu-20.04 }
#- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu, alias: amd64-gnu-ubuntu-22.04 }
#- { os: windows-2019, target: x86_64-pc-windows-msvc , alias: amd64-msvc-windows-2019 }
#- { os: windows-2022, target: x86_64-pc-windows-msvc , alias: amd64-msvc-windows-2022 }

steps:
- name: Checkout
Expand Down

0 comments on commit 4c1239b

Please sign in to comment.