Skip to content

Commit

Permalink
Npgsql: Use Ubuntu 22, to support Npgsql 7
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 13, 2024
1 parent a191690 commit 85de8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lang-npgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ]
os: [ 'ubuntu-22.04' ]
dotnet-version: [ '7.0.x', '8.0.x', '9.0.x' ]
npgsql-version: [ '7.0.9', '8.0.6', '9.0.2' ]
cratedb-version: [ 'nightly' ]
Expand Down

0 comments on commit 85de8bf

Please sign in to comment.