Skip to content

Commit 54cb503

Browse files
committed
wheel build: update to latest macos runners
1 parent 2cd2fc7 commit 54cb503

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest]
15+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-15-intel, macos-latest]
1616
vcpkg: [none]
1717
include:
1818
- os: windows-latest
@@ -45,7 +45,6 @@ jobs:
4545
CIBW_TEST_COMMAND: pytest {project}/test
4646
CIBW_BUILD_FRONTEND: build
4747
CIBW_BEFORE_BUILD_LINUX: yum install -y expat-devel zlib-devel bzip2-devel lz4-devel
48-
CIBW_BEFORE_BUILD_MACOS: brew install
4948
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0 SKBUILD_CMAKE_ARGS=-DWITH_LZ4=OFF
5049
CIBW_BEFORE_BUILD_WINDOWS: vcpkg install bzip2 expat zlib lz4
5150
CIBW_ENVIRONMENT_WINDOWS: 'CMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake"'

0 commit comments

Comments
 (0)