Skip to content

Commit 0ad3b30

Browse files
authored
Merge pull request #81 from iMattPro/testing-bug-fix
Fix Tests Workaround
2 parents 02babec + 5d15d2c commit 0ad3b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347

348348
# START Other Tests Job (SQLite 3 and mssql)
349349
other-tests:
350-
runs-on: ubuntu-22.04
350+
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-22.04' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
351351
strategy:
352352
matrix:
353353
include:

0 commit comments

Comments
 (0)