Skip to content

Commit

Permalink
Use macos-12 because only it supports psycopg 2.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rhatgadkar-goog committed Nov 6, 2024
1 parent 47621bb commit d329c4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
pull-requests: write
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
# TODO: Change to macos-latest when Python 3.9 is depcrecated. We're
# using macos-12 here, because psycopg 2.9.10 package on
# Python 3.9 is only for macos-12.
os: [macos-12, windows-latest, ubuntu-latest]
python-version: ["3.9", "3.13"]
fail-fast: false
steps:
Expand Down

0 comments on commit d329c4d

Please sign in to comment.