Fix mac builds

pull/376/head
David Finol 2022-04-04 00:54:09 -05:00
parent 441be81543
commit c0839f09f9
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -3505,7 +3505,7 @@ class ImageTag {
case 'linux':
return 'ubuntu';
default:
throw new Error('The Operating System of this runner is not yet supported.');
return '';
}
}
static getTargetPlatformToTargetPlatformSuffixMap(platform, version) {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -60,7 +60,7 @@ class ImageTag {
case 'linux':
return 'ubuntu';
default:
throw new Error('The Operating System of this runner is not yet supported.');
return '';
}
}