Fix mac builds (#376)

This commit is contained in:
David Finol
2022-04-04 03:19:40 -05:00
committed by GitHub
parent 441be81543
commit 40891d6b43
3 changed files with 3 additions and 3 deletions
Generated Vendored
+1 -1
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) {
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
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 '';
}
}