diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5897c298..ffea7133 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: python: ['3.8', '3.9', '3.10', '3.11', '3.12'] - os: [ubuntu-latest, windows-latest, macos-13] + os: [ubuntu-latest, windows-latest, macos-13, macos-latest] tox_env: [py] include: - python: '3.12' @@ -33,11 +33,11 @@ jobs: - python: '3.12' os: ubuntu-latest tox_env: 'build' + exclude: # macos-14 AKA macos-latest has switched to being an ARM runner, only supporting newer versions of Python # https://github.com/actions/setup-python/issues/825#issuecomment-2096792396 - - python: '3.12' + - python: '3.8' os: macos-latest - tox_env: 'py' steps: - name: Set git to not change EoL