We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e00078 commit 8780bd3Copy full SHA for 8780bd3
.github/workflows/build.yml
@@ -58,6 +58,7 @@ jobs:
58
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
59
- os: macos-latest
60
before_all: >-
61
+ ARCHFLAGS="-arch x86_64 -arch arm64"
62
echo "Starting BEFORE_ALL script" &&
63
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
64
cd "{package}" &&
0 commit comments