Skip to content

Commit

Permalink
Add macos 13 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Nov 29, 2023
1 parent d064fd2 commit 1bb0583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SteamKit2/SteamKit2/Util/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ public static EOSType GetOSType()
19 => EOSType.Macos1015, // Catalina
20 => EOSType.MacOS11, // Big Sur
21 => EOSType.MacOS12, // Monterey
22 => EOSType.MacOS13, // Ventura
23 => EOSType.MacOS14, // Sonoma
_ => EOSType.MacOSUnknown,
},

Expand Down

0 comments on commit 1bb0583

Please sign in to comment.