Skip to content

Commit

Permalink
Apple Silicon is represented as aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed May 2, 2021
1 parent a22d0fd commit 13f4cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/Architecture.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public int getDataModel() {

X64("amd64", "ia64", "x86_64"),

ARM("arm"),
ARM("aarch64", "arm"),

MIPS32("mips32") {
@Override
Expand Down

0 comments on commit 13f4cfb

Please sign in to comment.