From c28641bd844fc2c5a91bb947d4d2d8773decefb6 Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Fri, 23 Dec 2022 13:50:12 +0100 Subject: [PATCH] Change OS for app test --- .github/workflows/applications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index b94defe..a1e4724 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -10,7 +10,7 @@ on: jobs: Test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: version: ['2.7', '3.7', '3.9']