From eed15d32abd6f39b6d313eaa70f936dbb3846b92 Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Sun, 20 Apr 2025 00:02:28 +0200 Subject: [PATCH] Update tests.yml (#1137) --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 16761631..bc0ecb99 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] - os: [ubuntu-20.04, windows-latest] + os: [ubuntu-latest, windows-latest] steps: # Configure git to handle long paths @@ -45,7 +45,7 @@ jobs: # Verify that docs build test_docs: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: python-version: ['3.13'] @@ -70,7 +70,7 @@ jobs: # Verify that the sample project works test_sampleproject: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: python-version: ['3.13']