Skip to content

Commit 9860f9f

Browse files
committed
typo
1 parent 06a0d79 commit 9860f9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
needs: [build_data]
4949
strategy:
5050
matrix:
51-
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
51+
os:
52+
[ubuntu-latest, windows-latest, macos-latest, macos-13]
5253
include:
5354
- os: ubuntu-latest
5455
arch: x86_64
@@ -57,7 +58,7 @@ jobs:
5758
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
5859
cd "{package}" &&
5960
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
60-
- os: macos-13:
61+
- os: macos-13
6162
before_all: >-
6263
LD_LIBRARY_PATH="${GEOS_DIR}/lib:$LD_LIBRARY_PATH"
6364
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"

0 commit comments

Comments
 (0)