From b9947445f95d39416d13607aee2ed2035fe22694 Mon Sep 17 00:00:00 2001 From: Francesca Capel Date: Thu, 11 Jan 2024 14:44:08 +0100 Subject: [PATCH] Update tests.yml --- .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 af868253..435d76a3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, ubuntu-18.04] + os: [ubuntu-latest, ubuntu-20.04] steps: - uses: actions/checkout@v3