Skip to content

Commit f126b0a

Browse files
committed
Downgrade os for some CI runs
1 parent c1d9b7d commit f126b0a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,21 @@ jobs:
2222
uses: ./.github/workflows/single-postgres.yml
2323
with:
2424
postgresql: 15
25+
os: "ubuntu-22.04"
2526
python-versions: '["3.11", "3.12", "3.13"]'
2627
postgresql_14:
2728
needs: [postgresql_15]
2829
uses: ./.github/workflows/single-postgres.yml
2930
with:
3031
postgresql: 14
32+
os: "ubuntu-22.04"
3133
python-versions: '["3.13"]'
3234
postgresql_13:
3335
needs: [postgresql_14]
3436
uses: ./.github/workflows/single-postgres.yml
3537
with:
3638
postgresql: 13
39+
os: "ubuntu-20.04"
3740
python-versions: '["3.13"]'
3841
macos_postgres_17:
3942
needs: [postgresql_17]

newsfragments/+a84dfbc9.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Downgrade OS for certain postgres versions on CI.

0 commit comments

Comments
 (0)