Skip to content

Commit bd58391

Browse files
committed
Npgsql: Use Ubuntu 22, to support Npgsql 7
1 parent fd4d46f commit bd58391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lang-npgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
os: [ 'ubuntu-latest' ]
44+
os: [ 'ubuntu-22.04' ]
4545
dotnet-version: [ '7.0.x', '8.0.x', '9.0.x' ]
4646
npgsql-version: [ '7.0.9', '8.0.6', '9.0.2' ]
4747
cratedb-version: [ 'nightly' ]

0 commit comments

Comments
 (0)