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

@@ -8,7 +8,7 @@ on:
jobs:
update_build:
name: Update API docs and build docs
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Setup checkout

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"]