diff options
author | tobtoht <tob@featherwallet.org> | 2023-09-27 07:37:01 +0200 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-09-27 07:37:01 +0200 |
commit | c8e4de13f2937c90eb8698b87e46e53beaf68d56 (patch) | |
tree | 84be70d362bd454cef1ecdbdc45dac43e9d9fd72 /contrib/gitian | |
parent | Merge pull request #8976 (diff) | |
download | monero-c8e4de13f2937c90eb8698b87e46e53beaf68d56.tar.xz |
depends: remove kernel version from darwin triplet
Diffstat (limited to 'contrib/gitian')
-rw-r--r-- | contrib/gitian/gitian-osx.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian/gitian-osx.yml b/contrib/gitian/gitian-osx.yml index 648688bcd..74ad21ea3 100644 --- a/contrib/gitian/gitian-osx.yml +++ b/contrib/gitian/gitian-osx.yml @@ -29,7 +29,7 @@ remotes: files: [] script: | WRAP_DIR=$HOME/wrapped - HOSTS="x86_64-apple-darwin11 aarch64-apple-darwin11" + HOSTS="x86_64-apple-darwin aarch64-apple-darwin" FAKETIME_HOST_PROGS="" FAKETIME_PROGS="ar ranlib date dmg genisoimage python" |