diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index ba171721..e0b1538e 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -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 diff --git a/package.nix b/package.nix index 5c86074b..5de8aadb 100644 --- a/package.nix +++ b/package.nix @@ -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