diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f81c45f..44ac1f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,8 +36,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ 'ubuntu-22.04', 'macos-12' ] - python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + os: [ 'ubuntu-24.04', 'ubuntu-22.04', 'macos-13', 'macos-12' ] + python: [ '3.8', '3.9', '3.10', '3.11' ] name: Python ${{ matrix.python }} (${{ matrix.os }}) steps: - name: Checkout repo