Skip to content

Commit f1fa50d

Browse files
authored
Merge pull request #148 from iMattPro/fixes
Test fixes
2 parents a4c1bf2 + 4dc6e26 commit f1fa50d

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-22.04
361+
runs-on: ubuntu-20.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-22.04
330+
runs-on: ubuntu-20.04
331331
strategy:
332332
matrix:
333333
include:

0 commit comments

Comments
 (0)