Skip to content

Commit 9fc753f

Browse files
authored
Update dotnet.yml
1 parent 19f9bb0 commit 9fc753f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- DB: Oracle
2020
CONNECTION_STRING: "User ID=nhibernate;Password=nhibernate;Metadata Pooling=false;Self Tuning=false;Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XEPDB1)))"
2121
- DB: SQLite
22-
runs-on: ubuntu-latest
22+
runs-on: windows-latest
2323
continue-on-error: ${{matrix.ALLOW_FAILURE == true}}
2424
env:
2525
LANG: en-US.UTF-8 #default POSIX locale doesn't support ignore case comparisons

0 commit comments

Comments
 (0)