Skip to content

Commit 1e204f2

Browse files
Treon replace win 2019 wtih 2022 (#3016)
1 parent bec1767 commit 1e204f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selector/src/shared/notebook-status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
type ValidatedOS = 'ubuntu-22.04' | 'windows-2019' | 'macos-13';
1+
type ValidatedOS = 'ubuntu-22.04' | 'windows-2022' | 'macos-13';
22

33
type ValidatedDevice = 'cpu' | 'gpu';
44

0 commit comments

Comments
 (0)