Skip to content

Commit 49cd471

Browse files
authored
fix platforms to exclude intel macs (#20)
1 parent e2201fd commit 49cd471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "polygraph-benchmark"
33
channels = ["conda-forge"]
4-
platforms = ["osx-64", "osx-arm64", "linux-64"]
4+
platforms = ["osx-arm64", "linux-64"]
55

66
[dependencies]
77
python = "3.10.*"

0 commit comments

Comments
 (0)