Skip to content

Commit 12a12c2

Browse files
committed
Use newer macos runner for x86
1 parent 5a602b6 commit 12a12c2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release-wheels.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
poetry build -f sdist
3030
3131
- name: Store artifacts
32-
uses: actions/upload-artifact@v6
32+
uses: actions/upload-artifact@v7
3333
with:
3434
name: sdist
3535
path: ./dist
@@ -115,19 +115,19 @@ jobs:
115115
platform_id: manylinux_aarch64
116116

117117
# MacOS x86_64
118-
- os: macos-12
118+
- os: macos-14-large
119119
python: 310
120120
platform_id: macosx_x86_64
121-
- os: macos-12
121+
- os: macos-14-large
122122
python: 311
123123
platform_id: macosx_x86_64
124-
- os: macos-12
124+
- os: macos-14-large
125125
python: 312
126126
platform_id: macosx_x86_64
127-
- os: macos-12
127+
- os: macos-14-large
128128
python: 313
129129
platform_id: macosx_x86_64
130-
- os: macos-12
130+
- os: macos-14-large
131131
python: 314
132132
platform_id: macosx_x86_64
133133

@@ -165,7 +165,7 @@ jobs:
165165
python -m cibuildwheel --output-dir dist
166166
167167
- name: Store artifacts
168-
uses: actions/upload-artifact@v6
168+
uses: actions/upload-artifact@v7
169169
with:
170170
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
171171
path: ./dist
@@ -216,7 +216,7 @@ jobs:
216216
python -m cibuildwheel --output-dir dist
217217
218218
- name: Store artifacts
219-
uses: actions/upload-artifact@v6
219+
uses: actions/upload-artifact@v7
220220
with:
221221
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
222222
path: ./dist/*.whl
@@ -239,7 +239,7 @@ jobs:
239239
# python-version: ${{ matrix.python-version }}
240240
#
241241
# - name: Download the wheels
242-
# uses: actions/download-artifact@v7
242+
# uses: actions/download-artifact@v8
243243
# with:
244244
# path: dist/
245245
# merge-multiple: true
@@ -287,7 +287,7 @@ jobs:
287287
#
288288
# steps:
289289
# - name: Download the wheels
290-
# uses: actions/download-artifact@v7
290+
# uses: actions/download-artifact@v8
291291
# with:
292292
# path: dist/
293293
# merge-multiple: true

0 commit comments

Comments
 (0)