From c3561af2e6d295c242290d1d2a85fb5fab6facd0 Mon Sep 17 00:00:00 2001 From: Zacharias Zacharodimos Date: Fri, 2 Aug 2024 15:33:13 +0200 Subject: [PATCH] ci: update ci os --- .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 3170e5cd3..1d50a1616 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ on: jobs: Tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: python-version: [3.9, 3.12]