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 9860f9f commit 7e58cc8Copy full SHA for 7e58cc8
.github/workflows/build.yml
@@ -59,6 +59,7 @@ jobs:
59
cd "{package}" &&
60
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
61
- os: macos-13
62
+ arch: x86_64
63
before_all: >-
64
LD_LIBRARY_PATH="${GEOS_DIR}/lib:$LD_LIBRARY_PATH"
65
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
@@ -68,6 +69,7 @@ jobs:
68
69
70
71
- os: macos-latest
72
+ arch: arm64
73
74
75
0 commit comments