Skip to content

Commit 92855eb

Browse files
Specify macOS arch in CI
1 parent f4c97f2 commit 92855eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
export CC=gcc-13
126126
export CXX=g++-13
127127
export VCPKG_DEFAULT_BINARY_CACHE=$PWD/_build/_cache
128+
export CMAKE_OSX_ARCHITECTURES="arm64"
128129
uv run --group=build \
129130
make build \
130131
CONFIGS="Debug;RelWithDebInfo" \

0 commit comments

Comments
 (0)