Skip to content

Commit 52d2ca0

Browse files
committed
Update macos intel runner name
1 parent 7f53516 commit 52d2ca0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest, macos-latest, windows-latest]
32-
python-version: ["3.11", "3.12", "3.13"]
32+
python-version: ["3.12", "3.13", "3.14"]
3333
steps:
3434
- uses: actions/checkout@v4
3535

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
11+
os: [ubuntu-latest, windows-latest, macos-15-intel, macos-latest]
1212
steps:
1313
- uses: actions/checkout@v4
1414

1515
- name: Build wheels
16-
uses: pypa/cibuildwheel@v3.1
16+
uses: pypa/cibuildwheel@v3.3
1717

1818
- uses: actions/upload-artifact@v4
1919
with:

0 commit comments

Comments
 (0)