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 19ce8e1 commit 5ce9c9cCopy full SHA for 5ce9c9c
.github/workflows/tests.yml
@@ -358,7 +358,7 @@ jobs:
358
359
# START Other Tests Job (SQLite 3 and mssql)
360
other-tests:
361
- runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-22.04' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
+ runs-on: ubuntu-22.04
362
strategy:
363
matrix:
364
include:
skeleton/.github/workflows/tests.yml.twig
@@ -327,7 +327,7 @@ jobs:
327
328
329
330
- runs-on: ubuntu-20.04
331
332
333
0 commit comments