Skip to content

Commit

Permalink
Fix updated Mac image name (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Sep 29, 2022
1 parent d0c55e3 commit 25a595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ChromeDriverCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ChromeDriverCommand extends Command
'linux' => 'linux64',
'mac' => 'mac64',
'mac-intel' => 'mac64',
'mac-arm' => 'mac64_m1',
'mac-arm' => 'mac_arm64',
'win' => 'win32',
];

Expand Down

0 comments on commit 25a595a

Please sign in to comment.