diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71a6b71..697622f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,14 +10,16 @@ jobs: strategy: matrix: + os: + - ubuntu-24.04 python-version: - "3.9" - "3.10" - "3.11" - "3.12" - name: Python ${{ matrix.python-version }} - runs-on: ubuntu-24.04 + name: Python ${{ matrix.python-version }} on ${{ matrix.os }} + runs-on: ${{ matrix.os }} steps: