Skip to content

Commit a6756e1

Browse files
committed
Add new OS versions
1 parent 14590e8 commit a6756e1

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
@@ -13,8 +13,8 @@ export namespace OS {
1313
}
1414

1515
const AVAILABLE_OS: { [platform: string]: string[] } = {
16-
macOS: ["latest", "11.0", "10.15"],
17-
Ubuntu: ["latest", "20.04", "18.04", "16.04"],
16+
macOS: ["latest", "12.0", "11.0", "10.15"],
17+
Ubuntu: ["latest", "22.04", "20.04", "18.04", "16.04"],
1818
Windows: ["latest", "10"],
1919
};
2020

0 commit comments

Comments
 (0)