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 06a0d79 commit 9860f9fCopy full SHA for 9860f9f
.github/workflows/build.yml
@@ -48,7 +48,8 @@ jobs:
48
needs: [build_data]
49
strategy:
50
matrix:
51
- os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
+ os:
52
+ [ubuntu-latest, windows-latest, macos-latest, macos-13]
53
include:
54
- os: ubuntu-latest
55
arch: x86_64
@@ -57,7 +58,7 @@ jobs:
57
58
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
59
cd "{package}" &&
60
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
- - os: macos-13:
61
+ - os: macos-13
62
before_all: >-
63
LD_LIBRARY_PATH="${GEOS_DIR}/lib:$LD_LIBRARY_PATH"
64
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
0 commit comments