diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 626a6956..92455006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,11 @@ jobs: build: - runs-on: ubuntu-22.04 strategy: matrix: + os: + - ubuntu-24.04 + - macos-14 python-version: - "3.7" - "3.8" @@ -18,6 +20,7 @@ jobs: - "3.10" name: Python ${{ matrix.python-version }} on ${{ matrix.os }} + runs-on: ${{ matrix.os }} steps: