Skip to content

Commit 901f5b1

Browse files
committed
1 parent 2ee1cc3 commit 901f5b1

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
@@ -16,7 +16,7 @@ jobs:
1616
until sqlcmd -S localhost,11433 -U sa -P P@ssw0rd -Q "SELECT 1"; do sleep 10; done
1717
sqlcmd -S localhost,11433 -U sa -P P@ssw0rd -i Tests.NHibernate.Spatial.MsSql2012/initdb/nhsp_test.sql
1818
TEST_PROJECT: Tests.NHibernate.Spatial.MsSql2012
19-
OS: ubuntu-latest
19+
OS: ubuntu-20.04
2020

2121
- DB: MsSql2012 (SQL Server 2019)
2222
DB_INIT: |

0 commit comments

Comments
 (0)