NorskRegnesentral / shapr

Explaining the output of machine learning models with more accurately estimated Shapley values
https://norskregnesentral.github.io/shapr/
Other
141 stars 33 forks source link

Change ubuntu runner for GHA #363

Closed martinju closed 1 year ago

martinju commented 1 year ago

Apparently the cancelled actions on ubuntu-latest is caused by CPU quota being exceeded as suggested here: https://github.com/actions/runner-images/issues/6680 and here: https://github.com/actions/runner-images/discussions/7188

Works around this by moving from ubuntu-latest (which currently is ubuntu-22.04) to ubuntu-20.04.

BUT, we need to be much more restrictive on the checks. Perhaps, changing back to only allowing this for admin (?)