Skip to content

Commit 5d450a6

Browse files
authored
Merge pull request #144 from DeterminateSystems/push-xqrkpsppkszy
Drop x86_64-darwin
2 parents ed87ef8 + 3fee75e commit 5d450a6

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
matrix:
3535
runners:
3636
- { system: aarch64-darwin, runner: macos-latest-xlarge }
37-
- { system: x86_64-darwin, runner: macos-latest-xlarge }
3837
- { system: aarch64-linux, runner: UbuntuLatest32Cores128GArm }
3938
- { system: x86_64-linux, runner: UbuntuLatest32Cores128G }
4039

flake.lock

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
url = "https://install.determinate.systems/determinate-nixd/tag/v3.12.2/macOS";
1818
flake = false;
1919
};
20-
determinate-nixd-x86_64-darwin.follows = "determinate-nixd-aarch64-darwin";
2120
};
2221

2322
outputs =
@@ -27,7 +26,6 @@
2726
"x86_64-linux"
2827
"aarch64-linux"
2928
"aarch64-darwin"
30-
"x86_64-darwin"
3129
];
3230

3331
forEachSupportedSystem =

0 commit comments

Comments
 (0)