Skip to content

Commit b5e2bf3

Browse files
committed
Build wheels on macos-15
1 parent 6cec36b commit b5e2bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-14]
9+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-15]
1010
env:
1111
PYTEST_ADDOPTS: --verbose
1212
CFLAGS: -Wall -Wpedantic -Werror -std=c17 -Wconversion

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14,
9+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-15-intel, macos-15,
1010
windows-2022]
1111
steps:
1212
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)