Skip to content

Commit 5ce9c9c

Browse files
committed
update tests
1 parent 19ce8e1 commit 5ce9c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

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

359359
# START Other Tests Job (SQLite 3 and mssql)
360360
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.
361+
runs-on: ubuntu-22.04
362362
strategy:
363363
matrix:
364364
include:

skeleton/.github/workflows/tests.yml.twig

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

328328
# START Other Tests Job (SQLite 3 and mssql)
329329
other-tests:
330-
runs-on: ubuntu-20.04
330+
runs-on: ubuntu-22.04
331331
strategy:
332332
matrix:
333333
include:

0 commit comments

Comments
 (0)