Skip to content

Commit

Permalink
Add macos 15
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Sep 29, 2024
1 parent 0931a59 commit f49cddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SteamKit2/SteamKit2/Util/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public static EOSType GetOSType()
21 => EOSType.MacOS12, // Monterey
22 => EOSType.MacOS13, // Ventura
23 => EOSType.MacOS14, // Sonoma
24 => EOSType.MacOS15, // Sequoia
_ => EOSType.MacOSUnknown,
},

Expand Down

0 comments on commit f49cddc

Please sign in to comment.