From 45a440c7a80723b2e47df14f70acc1f8424b3259 Mon Sep 17 00:00:00 2001 From: Hiroshi Horii Date: Fri, 9 Aug 2024 15:02:03 +0900 Subject: [PATCH] revert change of mac version and take pip check in mac test --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ed9eade3f8..5614aaf1ec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -192,7 +192,7 @@ jobs: stestr run --slowest shell: bash tests_macos: - runs-on: macos-14 + runs-on: macos-13 name: macOS Python ${{ matrix.python-version }} needs: [sdist, lint] timeout-minutes: 60 @@ -231,7 +231,6 @@ jobs: - name: Run Tests run: | set -e - pip check rm -rf qiskit_aer stestr run --slowest shell: bash