From cd584580033d9fd42d463e9e5798023ce2ccff3a Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 5 Nov 2024 10:16:09 -0800 Subject: [PATCH] move github runner from macos-12 to macos-14 --- .github/workflows/integration-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ea5e3636..304c139c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -158,6 +158,11 @@ jobs: with: python-version: ${{ matrix.python-version }} + - name: "Install postgresql on MacOS" + if: ${{ matrix.platform == 'macos-14' }} + run: | + brew install postgresql + - name: "Test psycopg2 name - default" run: .github/scripts/psycopg2-check.sh env: