neiam
/action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Fix failing CI (#87)
730ac65 · Paulo F. Oliveira · 2022-01-12 18:22
Files changed
modified
dist/index.js
+0
−2
@@ -5074,10 +5074,8 @@ function sortVersions(left, right) {
| 5074 | 5074 | |
| 5075 | 5075 | function getRunnerOSVersion() { |
| 5076 | 5076 | const ImageOSToContainer = { |
| 5077 | − ubuntu16: 'ubuntu-16.04', | |
| 5078 | 5077 | ubuntu18: 'ubuntu-18.04', |
| 5079 | 5078 | ubuntu20: 'ubuntu-20.04', |
| 5080 | − win16: 'windows-2016', | |
| 5081 | 5079 | win19: 'windows-2019', |
| 5082 | 5080 | } |
| 5083 | 5081 | const containerFromEnvImageOS = ImageOSToContainer[process.env.ImageOS] |
Parents: 3179686