Skip to content

Commit fe7ea66

Browse files
authored
Remove redundant MacOS 14 image in CI (#841)
* 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
1 parent e5219cf commit fe7ea66

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
os: [ubuntu-latest]
115115
python-version: [3.9, '3.10', 3.11, 3.12]
116116
include:
117+
# macos-latest is an Arm64 image
117118
- os: macos-latest
118119
python-version: 3.9
119120
- os: macos-latest
@@ -122,11 +123,6 @@ jobs:
122123
python-version: 3.9
123124
- os: windows-latest
124125
python-version: 3.12
125-
# macos-14 is an Arm64 image
126-
- os: macos-14
127-
python-version: '3.10'
128-
- os: macos-14
129-
python-version: 3.12
130126
steps:
131127
- uses: actions/checkout@v4
132128
- uses: actions/setup-python@v5
@@ -302,20 +298,12 @@ jobs:
302298
with:
303299
name: windows-latest-3.12
304300
path: /tmp/w312
305-
- uses: actions/download-artifact@v4
306-
with:
307-
name: macos-14-3.10
308-
path: /tmp/a310
309-
- uses: actions/download-artifact@v4
310-
with:
311-
name: macos-14-3.12
312-
path: /tmp/a312
313301
- name: Install Dependencies
314302
run: pip install -U coverage coveralls diff-cover
315303
shell: bash
316304
- name: Combined Deprecation Messages
317305
run: |
318-
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
306+
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
319307
shell: bash
320308
- name: Coverage combine
321309
run: coverage3 combine /tmp/u39/ml.dat

0 commit comments

Comments
 (0)