From 08d184b0fa0ebc97c28e5107d348abb1ccb03365 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 25 Sep 2024 14:21:38 +0100 Subject: [PATCH] [ticket/17396] Try running other-tests on ubuntu-20.04 PHPBB-17396 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 893c4c4a28..32d8477671 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -351,7 +351,7 @@ jobs: # Other database types, namely sqlite3 and mssql other-tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: matrix: include: