diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4bb423fa..1aefb7f5 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -108,7 +108,7 @@ jobs: matrix: scenario: - {platform: ubuntu-latest, psycopg2-name: psycopg2} - - {platform: macos-latest, psycopg2-name: psycopg2-binary} + - {platform: macos-12, psycopg2-name: psycopg2-binary} steps: - name: "Check out repository" uses: actions/checkout@v4