Skip to content

Commit cddcef8

Browse files
committed
Use macos-15-intel runner
1 parent c51a78d commit cddcef8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
include:
3131
- os: macos-14
3232
arch: arm64
33-
- os: macos-13
33+
- os: macos-15-intel
3434
arch: x86_64
3535
- os: ubuntu-24.04-arm
3636
arch: aarch64
@@ -43,15 +43,10 @@ jobs:
4343
- uses: actions/setup-python@v5
4444
with:
4545
python-version: "3.13"
46-
- name: Install packages
47-
if: matrix.os == 'macos-13'
48-
run: |
49-
brew update
50-
brew install pkg-config
5146
- name: Set Minimum MacOS Target
52-
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
47+
if: runner.os == 'macOS'
5348
run: |
54-
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV
49+
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
5550
- name: Build wheels
5651
env:
5752
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)