Skip to content

Commit 30e8ac9

Browse files
committed
Add more OS versions to the list
Fixes #73
1 parent d370551 commit 30e8ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/os.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export enum OS {
66
}
77

88
const AVAILABLE_OS: { [platform: string]: string[] } = {
9-
macOS: ["latest"],
10-
Ubuntu: ["18.04", "16.04"],
9+
macOS: ["latest", "11.0", "10.15"],
10+
Ubuntu: ["latest", "20.04", "18.04", "16.04"],
1111
};
1212

1313
export interface System {

0 commit comments

Comments
 (0)