remove macos-15

This commit is contained in:
Clément DOUIN
2024-11-25 16:11:41 +01:00
parent e64286c341
commit 6206970f47
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -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
View File
@@ -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