Skip to content

Commit

Permalink
Change to use macos-12 in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhatgadkar-goog committed Jan 6, 2025
1 parent 5257e0f commit 9ca0ff8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
pull-requests: write
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
# psycopg 2.9.10 isn't supported on Python 3.9 for macos-14. See
# https://github.com/psycopg/psycopg2/issues/1737. So we are using
# macos-12 for now. When Python 3.9 reaches end-of-life, we should
# change this back to macos-latest.
os: [macos-12, windows-latest, ubuntu-latest]
python-version: ["3.9", "3.13"]
fail-fast: false
steps:
Expand Down

0 comments on commit 9ca0ff8

Please sign in to comment.