mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Fix mac builds (#376)
This commit is contained in:
parent
441be81543
commit
40891d6b43
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -60,7 +60,7 @@ class ImageTag {
|
|||||||
case 'linux':
|
case 'linux':
|
||||||
return 'ubuntu';
|
return 'ubuntu';
|
||||||
default:
|
default:
|
||||||
throw new Error('The Operating System of this runner is not yet supported.');
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user