From 22bb4a1304c939122eb5439ed56b81378f6db82a Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 24 Apr 2024 22:31:20 -0400 Subject: [PATCH] pin macos test runners to macos-12 --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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