Skip to content

Commit 25a595a

Browse files
authored
Fix updated Mac image name (#1001)
1 parent d0c55e3 commit 25a595a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ChromeDriverCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ChromeDriverCommand extends Command
6060
'linux' => 'linux64',
6161
'mac' => 'mac64',
6262
'mac-intel' => 'mac64',
63-
'mac-arm' => 'mac64_m1',
63+
'mac-arm' => 'mac_arm64',
6464
'win' => 'win32',
6565
];
6666

0 commit comments

Comments
 (0)