Skip to content

Commit

Permalink
Remove redundant MacOS 14 image in CI (qiskit-community#841)
Browse files Browse the repository at this point in the history
* Remove redundant MacOS 14 image

* Update with macos-latest-large

* Revert "Update with macos-latest-large"

This reverts commit 14f945e.

* Update with macos-latest-large
  • Loading branch information
edoaltamura authored Oct 21, 2024
1 parent e5219cf commit fe7ea66
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
os: [ubuntu-latest]
python-version: [3.9, '3.10', 3.11, 3.12]
include:
# macos-latest is an Arm64 image
- os: macos-latest
python-version: 3.9
- os: macos-latest
Expand All @@ -122,11 +123,6 @@ jobs:
python-version: 3.9
- os: windows-latest
python-version: 3.12
# macos-14 is an Arm64 image
- os: macos-14
python-version: '3.10'
- os: macos-14
python-version: 3.12
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -302,20 +298,12 @@ jobs:
with:
name: windows-latest-3.12
path: /tmp/w312
- uses: actions/download-artifact@v4
with:
name: macos-14-3.10
path: /tmp/a310
- uses: actions/download-artifact@v4
with:
name: macos-14-3.12
path: /tmp/a312
- name: Install Dependencies
run: pip install -U coverage coveralls diff-cover
shell: bash
- name: Combined Deprecation Messages
run: |
sort -f -u /tmp/u39/ml.dep /tmp/u310/ml.dep /tmp/u311/ml.dep /tmp/u312/ml.dep /tmp/m39/ml.dep /tmp/m312/ml.dep /tmp/w39/ml.dep /tmp/w312/ml.dep /tmp/a310/ml.dep /tmp/a312/ml.dep || true
sort -f -u /tmp/u39/ml.dep /tmp/u310/ml.dep /tmp/u311/ml.dep /tmp/u312/ml.dep /tmp/m39/ml.dep /tmp/m312/ml.dep /tmp/w39/ml.dep /tmp/w312/ml.dep || true
shell: bash
- name: Coverage combine
run: coverage3 combine /tmp/u39/ml.dat
Expand Down

0 comments on commit fe7ea66

Please sign in to comment.