Skip to content

Commit

Permalink
revert change of mac version and take pip check in mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorii committed Aug 9, 2024
1 parent 384ccac commit 45a440c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -231,7 +231,6 @@ jobs:
- name: Run Tests
run: |
set -e
pip check
rm -rf qiskit_aer
stestr run --slowest
shell: bash
Expand Down

0 comments on commit 45a440c

Please sign in to comment.