Skip to content

Commit 5edafa6

Browse files
authored
Merge pull request #149 from fwal/more-os
Add more OS versions to the list
2 parents d370551 + 30e8ac9 commit 5edafa6

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)