Skip to content

Commit 8780bd3

Browse files
committed
set arch flags for macos
1 parent 2e00078 commit 8780bd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
5959
- os: macos-latest
6060
before_all: >-
61+
ARCHFLAGS="-arch x86_64 -arch arm64"
6162
echo "Starting BEFORE_ALL script" &&
6263
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
6364
cd "{package}" &&

0 commit comments

Comments
 (0)