Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in macOs #347

Closed
kayqueGovetri opened this issue Apr 13, 2023 · 1 comment · Fixed by #351
Closed

Error in macOs #347

kayqueGovetri opened this issue Apr 13, 2023 · 1 comment · Fixed by #351

Comments

@kayqueGovetri
Copy link

Even passing the parameter to download the Stable version. The action is always installing version 98.

Logs:

Run browser-actions/setup-chrome@latest
Setup chromium stable
Attempting to download stable...
Acquiring stable from https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
Installing chromium...
/usr/bin/hdiutil attach -quiet -noautofsck -noautoopen -mountpoint /Volumes/9a4841b3-d00b-43e5-b6fe-927d07f3db9d /Users/runner/work/_temp/9a4841b3-d00b-43e5-b6fe-927d07f3db9d
Successfully Installed chromium to /Users/runner/hostedtoolcache/chromium/stable/x64
Successfully installed chromium to /Users/runner/hostedtoolcache/chromium/stable/x64/Contents/MacOS/chrome
/Users/runner/hostedtoolcache/chromium/stable/x64/Contents/MacOS/chrome --version
Google Chrome 98.0.4758.102 
Successfully setup chromium version 98.0.4758.102

Call action in yml:

      - uses: browser-actions/setup-chrome@latest
        with:
          chrome-version: stable
ueokande added a commit that referenced this issue Apr 22, 2023
@ueokande
Copy link
Collaborator

Thanks for your reporting. I just confirmed your issue. I guess google no longer provides a package of latest version for Intel Mac. We can now use an universal version which supports both Intel and Apple silicons. I will fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants