Skip to content

Commit 837b0e4

Browse files
committed
Skip building on macos-13 (x86_64) entirely
1 parent 825b1e6 commit 837b0e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@ jobs:
4444
build_wheels:
4545
name: Build wheels on ${{ matrix.os }}
4646
runs-on: ${{ matrix.os }}
47-
env:
48-
CIBW_SKIP: cp38-macosx_x86_64
4947
strategy:
5048
fail-fast: false
5149
matrix:
52-
# macos-13 is an intel runner, macos-14 is apple silicon
53-
os: [ubuntu-latest, macos-13, macos-14]
50+
os: [ubuntu-latest, macos-latest]
5451

5552
steps:
5653
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)