Skip to content

Commit

Permalink
Update macOS SDK to 14
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Polat <gitperr@gmail.com>

Revert back to using secret URL

Signed-off-by: Alper Polat <gitperr@gmail.com>

Add && back

Signed-off-by: Alper Polat <gitperr@gmail.com>

Remove useless copy

Signed-off-by: Alper Polat <gitperr@gmail.com>

Put JOBS back to 2

Signed-off-by: Alper Polat <gitperr@gmail.com>

Update 1.20 as well

Signed-off-by: Alper Polat <gitperr@gmail.com>
  • Loading branch information
gitperr committed Jan 18, 2024
1 parent 6d0bbac commit 4742894
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 4742894

Please sign in to comment.