From a8ebff5bb32fb3ab4854aaca611569bb33b178b8 Mon Sep 17 00:00:00 2001 From: Zacharias Knudsen Date: Tue, 5 Nov 2024 15:27:20 +0100 Subject: [PATCH] wip --- .github/workflows/test-macos.yml | 6 ++++-- CHANGELOG.md | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 62c3eed4..48b47c86 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -26,8 +26,10 @@ jobs: - name: Install pg_validate_extupgrade run: cargo install --locked --git https://github.com/rjuju/pg_validate_extupgrade.git - - name: Install PostgreSQL with server dependencies - run: brew install postgresql postgis + - name: Install (& link) PostgreSQL + run: | + brew install postgresql@14 + brew link postgresql@14 - name: Generate run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} diff --git a/CHANGELOG.md b/CHANGELOG.md index eec4d5f6..e795d885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ avoid adding features or APIs which do not map onto the Click to see more. +- Fix library extension on macOS for PostgreSQL >= 16 (see [#140], thanks [@bayandin]) - Add support for binary I/O (see [#160], thanks [@robertozimek]) @@ -260,6 +261,7 @@ avoid adding features or APIs which do not map onto the [#112]: https://github.com/zachasme/h3-pg/pull/112 [#117]: https://github.com/zachasme/h3-pg/issues/117 [#131]: https://github.com/zachasme/h3-pg/pull/131 +[#140]: https://github.com/zachasme/h3-pg/pull/140 [#160]: https://github.com/zachasme/h3-pg/pull/160 [@abelvm]: https://github.com/AbelVM [@kalenikaliaksandr]: https://github.com/kalenikaliaksandr @@ -269,4 +271,5 @@ avoid adding features or APIs which do not map onto the [@mngr777]: https://github.com/mngr777 [@trylinka]: https://github.com/trylinka [@rustprooflabs]: https://github.com/rustprooflabs +[@bayandin]: https://github.com/bayandin [@robertozimek]: https://github.com/robertozimek