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 19f0b8f commit 343af4fCopy full SHA for 343af4f
.github/workflows/build.yml
@@ -61,15 +61,13 @@ jobs:
61
- os: macos-13
62
arch: x86_64
63
before_all: >-
64
- ARCHFLAGS="-arch x86_64 -arch arm64"
65
echo "Starting BEFORE_ALL script" &&
66
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
67
cd "{package}" &&
68
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
69
- os: macos-14
70
arch: arm64
71
72
73
74
75
0 commit comments