Skip to content

Commit 40891d6

Browse files
authored
Fix mac builds (#376)
1 parent 441be81 commit 40891d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/model/image-tag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ImageTag {
6060
case 'linux':
6161
return 'ubuntu';
6262
default:
63-
throw new Error('The Operating System of this runner is not yet supported.');
63+
return '';
6464
}
6565
}
6666

0 commit comments

Comments
 (0)