Skip to content

Commit c2c9c63

Browse files
ci: Another few occurances
1 parent a4a8c19 commit c2c9c63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
python-version: ["3.12"]
16-
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
16+
os: [ubuntu-latest, macos-15-intel, macos-latest, windows-latest]
1717

1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/test_wheels.yml

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

66
jobs:
77
macos_wheel:
8-
runs-on: macos-13
8+
runs-on: macos-15-intel
99

1010
steps:
1111
- uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/upload-artifact@v4
2323
with:
24-
name: wheels-macos-13
24+
name: wheels-15-intel
2525
path: ./wheelhouse/*.whl
2626
retention-days: 1
2727

0 commit comments

Comments
 (0)