mirror of
https://github.com/soywod/himalaya.git
synced 2025-04-19 15:53:39 +00:00
fix wrong apple target name with darwin
This commit is contained in:
parent
74fcc0d44f
commit
4cf8b2ded0
2 changed files with 4 additions and 4 deletions
4
.github/workflows/pre-release.yml
vendored
4
.github/workflows/pre-release.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- target: aarch64-apple
|
||||
- target: aarch64-darwin
|
||||
os: macos-14
|
||||
- target: aarch64-linux
|
||||
os: ubuntu-latest
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
# FIXME
|
||||
# - target: i686-windows
|
||||
# os: ubuntu-latest
|
||||
- target: x86_64-apple
|
||||
- target: x86_64-darwin
|
||||
os: macos-13
|
||||
- target: x86_64-linux
|
||||
os: ubuntu-latest
|
||||
|
|
|
@ -15,13 +15,13 @@
|
|||
inherit (nixpkgs) lib;
|
||||
|
||||
crossSystems = {
|
||||
aarch64-apple = [
|
||||
aarch64-darwin = [
|
||||
"aarch64-apple-darwin"
|
||||
];
|
||||
aarch64-linux = [
|
||||
"aarch64-unknown-linux-musl"
|
||||
];
|
||||
x86_64-apple = [
|
||||
x86_64-darwin = [
|
||||
"x86_64-apple-darwin"
|
||||
];
|
||||
x86_64-linux = [
|
||||
|
|
Loading…
Add table
Reference in a new issue