Skip to content

Commit b4b6d16

Browse files
authored
Disable Ubuntu 20.04 based parsing in the CI
1 parent ca83a56 commit b4b6d16

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
@@ -182,7 +182,7 @@ jobs:
182182
strategy:
183183
matrix:
184184
db: [postgresql, sqlite3]
185-
os: [ubuntu-20.04, ubuntu-22.04]
185+
os: [ubuntu-22.04] # ubuntu-20.04
186186
fail-fast: false
187187

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

0 commit comments

Comments
 (0)