From 145a37e3670bd032c4f771f433e5f3273fbb3bff Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:09:03 +0000 Subject: [PATCH] [infra] Run type-stub checks on macos-13-xlarge. (#1126) --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1f6edf16cf..323c26c818 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -393,7 +393,7 @@ jobs: python${{ matrix.python-version }} -m pip install -r requirements.txt python${{ matrix.python-version }} -m pytest --ignore=simulator/ - name: Check type stubs are up-to-date and run mypy - if: matrix.os == 'macos-12' && (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') + if: matrix.os == 'macos-13-xlarge' && (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') run: | python${{ matrix.python-version }} -m pip install -U mypy python${{ matrix.python-version }} -m pip install -U pybind11-stubgen