Run CI against ubuntu 24.04

This commit is contained in:
Matthias
2024-06-13 17:34:08 +02:00
parent 03d2d5dc5d
commit eac7d71199

View File

@@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
os: [ "ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04" ]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps: