From 39b9a3ba8f4394f7188dfe6470f0aed330b11708 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Sun, 3 Oct 2021 21:41:34 +0200 Subject: [PATCH] CI: Lower the PostgreSQL version on Macos to 13.2 Although our custom libpq of PostgreSQL-14 is regisered per rpath, the system library is loaded instead. The error looks like so: dyld: lazy symbol binding failed: Symbol not found: _PQpipelineStatus Referenced from: /Users/runner/.rubies/ruby-head/lib/ruby/gems/3.1.0/gems/pg-1.2.3/lib/pg_ext.bundle Expected in: /usr/local/lib/libpq.5.dylib --- .github/workflows/source-gem.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/source-gem.yml b/.github/workflows/source-gem.yml index 539458aac..a4afba9c4 100644 --- a/.github/workflows/source-gem.yml +++ b/.github/workflows/source-gem.yml @@ -54,8 +54,8 @@ jobs: PGVER: "14" - os: macos ruby: "head" - PGVERSION: 14.0-1-osx - PGVER: "14" + PGVERSION: 13.2-1-osx + PGVER: "13" runs-on: ${{ matrix.os }}-latest env: