Skip to content

Commit ab1b173

Browse files
authored
Merge pull request #1197 from IntersectMBO/no-intel-mac
drop support for x86_64-darwin
2 parents 4deb4be + 6daeff1 commit ab1b173

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
description: The project is no longer built for x86_64-darwin.
2+
kind:
3+
- maintenance
4+
pr: 1197
5+
project: cardano-api

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
outputs = inputs: let
4646
supportedSystems = [
4747
"x86_64-linux"
48-
"x86_64-darwin"
4948
"aarch64-linux"
5049
"aarch64-darwin"
5150
];

0 commit comments

Comments
 (0)