Skip to content

Commit 28bbd17

Browse files
committed
Replace macos-latest with macos-14
1 parent cb00939 commit 28bbd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
os:
52-
[ubuntu-latest, windows-latest, macos-latest, macos-13]
52+
[ubuntu-latest, windows-latest, macos-13, macos-14]
5353
include:
5454
- os: ubuntu-latest
5555
arch: x86_64
@@ -67,7 +67,7 @@ jobs:
6767
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
6868
cd "{package}" &&
6969
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
70-
- os: macos-latest
70+
- os: macos-14
7171
arch: arm64
7272
before_all: >-
7373
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"

0 commit comments

Comments
 (0)