From 5229152604c3ad8a2261e418bf11a11bd199cf59 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 28 Sep 2024 15:23:35 +0100 Subject: [PATCH] [ticket/17400] Use ubuntu 20.04 until microsoft fixes their container PHPBB-17400 --- .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 0b010c8e06..3795b00a7e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -370,7 +370,7 @@ jobs: # Other database types, namely sqlite3 and mssql other-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: include: