mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-18 05:47:54 +08:00
remove macos-15
This commit is contained in:
@@ -10,12 +10,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- system: aarch64-macos-14
|
||||
- system: aarch64-macos
|
||||
target: aarch64-apple-darwin
|
||||
os: macos-14
|
||||
- system: aarch64-macos-15
|
||||
target: aarch64-apple-darwin
|
||||
os: macos-15
|
||||
# - system: aarch64-linux
|
||||
# target: aarch64-unknown-linux-musl
|
||||
# os: ubuntu-latest
|
||||
@@ -31,7 +28,7 @@ jobs:
|
||||
# - system: i686-windows
|
||||
# target: i686-w64-mingw32
|
||||
# os: ubuntu-latest
|
||||
- system: x86_64-macos-13
|
||||
- system: x86_64-macos
|
||||
target: x86_64-apple-darwin
|
||||
os: macos-13
|
||||
# - system: x86_64-linux
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||
cargoHash = "sha256-YS8IamapvmdrOPptQh2Ef9Yold0IK1XIeGs0kDIQ5b8=";
|
||||
|
||||
NIX_LDFLAGS = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||
"-L${darwin.apple_sdk_11_0.frameworks.Security}/Library/Frameworks -framework Security"
|
||||
"-L${darwin.apple_sdk_11_0.frameworks.Security}/Library/Frameworks"
|
||||
];
|
||||
|
||||
# unit tests only
|
||||
|
||||
Reference in New Issue
Block a user