Skip to content

Commit

Permalink
move github runner from macos-12 to macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Nov 5, 2024
1 parent 18fc17a commit cd58458
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd58458

Please sign in to comment.