From 18a9e7819ece0646ca650c52b14dc61d126a57ee Mon Sep 17 00:00:00 2001 From: Francesca Capel Date: Mon, 8 Jan 2024 11:47:27 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccbe44f6..3c2d7f60 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,4 @@ I would like to acknowledge the following contributions to the software: * L. Marcelli: improving day/night thresholds and configuration file * G. Cambiè & M. Casolino: Final `AnalogManager::SerialReadOut()` and testing * C. Giammanco: pixel masking and automated boot scripts + From b9947445f95d39416d13607aee2ed2035fe22694 Mon Sep 17 00:00:00 2001 From: Francesca Capel Date: Thu, 11 Jan 2024 14:44:08 +0100 Subject: [PATCH 2/2] 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