Skip to content

Commit b9e6733

Browse files
authored
Disabling CI build for Ubuntu 20.04
Ubuntu 20.04 runner images are planned to be fully unsupported starting from [2025-04-15](actions/runner-images#11101), however they already produce run fails, due to unavailability.
1 parent 93bb62f commit b9e6733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
db: [postgresql, sqlite3]
20-
os: [ubuntu-20.04, ubuntu-22.04]
20+
os: [ubuntu-22.04] # ubuntu-20.04
2121
fail-fast: false
2222

2323
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)