Skip to content

Commit

Permalink
Pin macos test runners to macos-12 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Apr 25, 2024
1 parent 3f0091c commit 6a1897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a1897e

Please sign in to comment.