Skip to content

Commit d2dbc0e

Browse files
authored
Merge pull request #1391 from glotzerlab/fix/macos-runners-deprecate
swap to macos-15-intel
2 parents 4fa5163 + 616bfd5 commit d2dbc0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
version: 15
4949
arch: 'arm64'
5050
- base: macos
51-
version: 13
52-
arch: 'x86_64'
51+
version: 15
52+
arch: 'intel'
5353

5454
python:
5555
# Pinned versions installed in CIBW_TEST_REQIURES are kept. Those defined installed in
@@ -89,7 +89,7 @@ jobs:
8989

9090
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9191
with:
92-
name: dist-${{ matrix.os.base }}-${{ matrix.os.version }}-${{ matrix.python.version }}
92+
name: dist-${{ matrix.os.base }}-${{ matrix.os.version }}-${{ matrix.os.arch }}-${{ matrix.python.version }}
9393
path: ./wheelhouse/*.whl
9494

9595
build_sdist:

0 commit comments

Comments
 (0)