diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2d277c7bf7a..ca22277fd11 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -122,6 +122,16 @@ jobs: - name: Windows image: windows-2022 python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + include: + - image: macos-14 + name: macOS + python-version: "3.10" + - image: macos-14 + name: macOS + python-version: "3.11" + - image: macos-14 + name: macOS + python-version: "3.12" fail-fast: false status: