Skip to content

Commit

Permalink
build: Make MacOS arm64 build use clang 19 (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz authored Jan 4, 2025
1 parent 48de609 commit aea9bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/macOS/arm64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This base image is also known as "crosscompile". See arm64.crosscompile.Dockerfile
FROM ghcr.io/itrooz/macos-crosscompile:clang17-nosdk as build
FROM ghcr.io/itrooz/macos-crosscompile:clang19-nosdk as build

ENV MACOSX_DEPLOYMENT_TARGET 13.0

Expand Down
2 changes: 1 addition & 1 deletion dist/macOS/arm64.crosscompile.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This image is is provided for reference, but a (probably more up to date) image should be available at https://github.com/iTrooz/macos-crosscompile
# This image is provided for reference, but a (probably more up to date) image should be available at https://github.com/iTrooz/macos-crosscompile
FROM ubuntu:22.04

ENV PATH $PATH:/osxcross/target/bin
Expand Down

0 comments on commit aea9bab

Please sign in to comment.