Skip to content

Commit a4a8c19

Browse files
ci: macos-13 runner deprecated switch to macos-15-intel to continue x86_64 testing
1 parent 9d4934b commit a4a8c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
macos_wheel:
9-
runs-on: macos-13
9+
runs-on: macos-15-intel
1010
strategy:
1111
matrix:
1212
arch: [x86_64]
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/upload-artifact@v4
2828
with:
29-
name: wheels-macos-13-${{ strategy.job-index }}
29+
name: wheels-macos-15-intel-${{ strategy.job-index }}
3030
path: ./wheelhouse/*.whl
3131
retention-days: 1
3232

0 commit comments

Comments
 (0)