We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15ff65 commit 3bbb38aCopy full SHA for 3bbb38a
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
until sqlcmd -S localhost,11433 -U sa -P P@ssw0rd -Q "SELECT 1"; do sleep 10; done
17
sqlcmd -S localhost,11433 -U sa -P P@ssw0rd -i Tests.NHibernate.Spatial.MsSql2012/initdb/nhsp_test.sql
18
TEST_PROJECT: Tests.NHibernate.Spatial.MsSql2012
19
- OS: ubuntu-20.04
+ OS: ubuntu-24.04
20
21
- DB: MsSql2012 (SQL Server 2019)
22
DB_INIT: |
0 commit comments