Skip to content

Commit

Permalink
Bump release environment
Browse files Browse the repository at this point in the history
To match what's now on my laptop.
  • Loading branch information
walles committed May 20, 2024
1 parent e04ac0b commit b07a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

set -eu -o pipefail

CROSSBUILD_MACOS_SDK="macosx14.4"
CROSSBUILD_MACOS_SDK="macosx14.5"

# If this fails, try "xcodebuild -showsdks" to find one that exists
if ! xcrun -sdk $CROSSBUILD_MACOS_SDK --show-sdk-path >/dev/null; then
Expand Down

0 comments on commit b07a401

Please sign in to comment.