diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 694d303..ebca590 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -27,11 +27,11 @@ jobs: matrix: os: [ubuntu-latest] python: ["3.9", "3.10", "3.11", "3.12"] - include: - - os: "macos-latest" - python: "3.9" - - os: "macos-latest" - python: "3.12" + # include: + # - os: "macos-latest" + # python: "3.9" + # - os: "macos-latest" + # python: "3.12" steps: - uses: actions/checkout@main - uses: actions/setup-python@main