We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d9b7d commit f126b0aCopy full SHA for f126b0a
.github/workflows/tests.yml
@@ -22,18 +22,21 @@ jobs:
22
uses: ./.github/workflows/single-postgres.yml
23
with:
24
postgresql: 15
25
+ os: "ubuntu-22.04"
26
python-versions: '["3.11", "3.12", "3.13"]'
27
postgresql_14:
28
needs: [postgresql_15]
29
30
31
postgresql: 14
32
33
python-versions: '["3.13"]'
34
postgresql_13:
35
needs: [postgresql_14]
36
37
38
postgresql: 13
39
+ os: "ubuntu-20.04"
40
41
macos_postgres_17:
42
needs: [postgresql_17]
newsfragments/+a84dfbc9.misc.rst
@@ -0,0 +1 @@
1
+Downgrade OS for certain postgres versions on CI.
0 commit comments