You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Upgrade github actions to use ubuntu-20.04. (#5984)
ubuntu-18.04 is deprecated and experiences periodic brownouts.
See: actions/runner-images#6002
I initially attempted to upgrade to ubuntu-22.04 but could not solve
problems running karma and ChromeHeadless driver.
```
[1018/165541.955009:WARNING:gpu_process_host.cc(1228)] The GPU process has crashed 6 time(s)
[1018/165541.955035:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
```
This problem does not appear to exist on ubuntu-20.04.
0 commit comments