Skip to content

Commit c12c5a6

Browse files
committed
Remove retired runners from CI
Both Ubuntu 20.04 and Windows 2019 runners have been retired and are no longer available.
1 parent 10ab8a5 commit c12c5a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ jobs:
1818
strategy:
1919
matrix:
2020
os:
21-
- ubuntu-20.04
2221
- ubuntu-22.04
2322
- ubuntu-24.04
2423
- macos-13
2524
- macos-14
2625
- macos-15
27-
- windows-2019
2826
- windows-2022
27+
- windows-2025
2928
steps:
3029
- uses: actions/checkout@v4
3130

@@ -56,14 +55,13 @@ jobs:
5655
strategy:
5756
matrix:
5857
os:
59-
- ubuntu-20.04
6058
- ubuntu-22.04
6159
- ubuntu-24.04
6260
- macos-13
6361
- macos-14
6462
- macos-15
65-
- windows-2019
6663
- windows-2022
64+
- windows-2025
6765
postgres-version:
6866
- "14"
6967
- "15"

0 commit comments

Comments
 (0)