diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 405af49..4db8bee 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -32,10 +32,12 @@ jobs: # Run all supported Python versions on linux python-version: ["3.9", "3.10", "3.11"] os: [ubuntu-latest] - # Include one windows and macos run + # Include one windows and ARM/Intel macos run include: - - os: macos-latest - python-version: "3.10" + - os: macos-13 # Intel Mac + python-version: "3.11" + - os: macos-latest # ARM Mac + python-version: "3.11" - os: windows-latest python-version: "3.10"