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 cb00939 commit 28bbd17Copy full SHA for 28bbd17
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
strategy:
50
matrix:
51
os:
52
- [ubuntu-latest, windows-latest, macos-latest, macos-13]
+ [ubuntu-latest, windows-latest, macos-13, macos-14]
53
include:
54
- os: ubuntu-latest
55
arch: x86_64
@@ -67,7 +67,7 @@ jobs:
67
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
68
cd "{package}" &&
69
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
70
- - os: macos-latest
+ - os: macos-14
71
arch: arm64
72
before_all: >-
73
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
0 commit comments