Replaced ubuntu-22.04 with ubuntu-24.04

This commit is contained in:
2025-01-09 22:12:02 +01:00
parent 01ccc5dff2
commit de99186322
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ on:
jobs:
test:
name: Build and Test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: [ "3.11", "3.12", "3.13" ]