Skip to content

Commit

Permalink
CI: Lower the PostgreSQL version on Macos to 13.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
larskanis committed Oct 3, 2021
1 parent 5d9d123 commit 39b9a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/source-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 39b9a3b

Please sign in to comment.