Fix macos/amd64 image builds (#1322)

This commit is contained in:
Daniel Chao
2025-11-17 12:16:28 -08:00
committed by GitHub
parent a2cc70ae37
commit bc5d675b6e
8 changed files with 389 additions and 8 deletions

2
.github/scripts/cc_macos_amd64.sh vendored Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
clang -arch x86_64 "$@"