Skip to content

Commit 3718fb6

Browse files
ci: add universal macos builds
1 parent e2e9b8b commit 3718fb6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,20 @@ jobs:
105105
compiler: appleclang
106106
c_compiler: clang
107107
cpp_compiler: clang++
108+
- os: macos-latest
109+
platform_name: macOS Universal
110+
compiler_name: Clang
111+
compiler: clang
112+
c_compiler: clang-19
113+
cpp_compiler: clang++-19
114+
settings: -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64
115+
- os: macos-latest
116+
platform_name: macOS Universal
117+
compiler_name: AppleClang
118+
compiler: appleclang
119+
c_compiler: clang
120+
cpp_compiler: clang++
121+
settings: -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64
108122
- os: macos-26-intel
109123
platform_name: macOS x86_64
110124
compiler_name: AppleClang

0 commit comments

Comments
 (0)