Skip to content

Commit a9f00a1

Browse files
committed
Use arm64 image by default for MacOS
1 parent 24d800a commit a9f00a1

File tree

1 file changed

+1
-1
lines changed
  • tensorflow-core/tensorflow-core-platform

1 file changed

+1
-1
lines changed

tensorflow-core/tensorflow-core-platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<groupId>org.tensorflow</groupId>
4848
<artifactId>tensorflow-core-native</artifactId>
4949
<version>${project.version}</version>
50-
<classifier>${javacpp.platform.macosx-x86_64.extension}</classifier>
50+
<classifier>${javacpp.platform.macosx-arm64.extension}</classifier>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.tensorflow</groupId>

0 commit comments

Comments
 (0)