Update ubuntu version of workflows

This commit is contained in:
CasVT
2025-04-23 19:58:07 +02:00
parent 3892b9754e
commit 659663370e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]