Skip to content

Commit

Permalink
[CI] Upgrade macos SDK to 14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Feb 6, 2025
1 parent 4fe7a8b commit 7b0ad5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def prepare_params(self, params):

class MacosSDK(Task, metaclass=Tool):
PREFIX = "macossdk"
SDK_VERSION = "14.2"
XCODE_VERSION = "15.2"
SDK_VERSION = "14.5"
XCODE_VERSION = "15.4"

def __init__(self, name):
dev = f"/Applications/Xcode_{self.XCODE_VERSION}.app/Contents/Developer"
Expand Down

0 comments on commit 7b0ad5d

Please sign in to comment.