Skip to content

Commit

Permalink
Merge pull request #239 from gitperr/master
Browse files Browse the repository at this point in the history
Update macOS SDK to 14
  • Loading branch information
SuperQ committed Jan 19, 2024
2 parents 1233c12 + 4742894 commit 80439d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 1.20/main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ RUN \

ARG PROM_OSX_SDK_URL
ENV OSXCROSS_PATH=/usr/osxcross \
OSXCROSS_REV=e59a63461da2cbc20cb0a5bbfc954730e50a5472 \
SDK_VERSION=11.1 \
DARWIN_VERSION=20.1 \
OSX_VERSION_MIN=10.9
OSXCROSS_REV=ff8d100f3f026b4ffbe4ce96d8aac4ce06f1278b \
SDK_VERSION=14 \
DARWIN_VERSION=23 \
OSX_VERSION_MIN=10.13

WORKDIR /tmp/osxcross
RUN \
Expand Down
8 changes: 4 additions & 4 deletions 1.21/main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ RUN \

ARG PROM_OSX_SDK_URL
ENV OSXCROSS_PATH=/usr/osxcross \
OSXCROSS_REV=e59a63461da2cbc20cb0a5bbfc954730e50a5472 \
SDK_VERSION=11.1 \
DARWIN_VERSION=20.1 \
OSX_VERSION_MIN=10.9
OSXCROSS_REV=ff8d100f3f026b4ffbe4ce96d8aac4ce06f1278b \
SDK_VERSION=14 \
DARWIN_VERSION=23 \
OSX_VERSION_MIN=10.13

WORKDIR /tmp/osxcross
RUN \
Expand Down

0 comments on commit 80439d9

Please sign in to comment.