Skip to content

Commit 1bb0583

Browse files
committed
Add macos 13 and 14
1 parent d064fd2 commit 1bb0583

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SteamKit2/SteamKit2/Util/Utils.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ public static EOSType GetOSType()
137137
19 => EOSType.Macos1015, // Catalina
138138
20 => EOSType.MacOS11, // Big Sur
139139
21 => EOSType.MacOS12, // Monterey
140+
22 => EOSType.MacOS13, // Ventura
141+
23 => EOSType.MacOS14, // Sonoma
140142
_ => EOSType.MacOSUnknown,
141143
},
142144

0 commit comments

Comments
 (0)