Skip to content

Commit 7e87933

Browse files
committed
build only macos 14 to see if it supports 3.8
1 parent a325e0f commit 7e87933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, macos-13, macos-latest]
11+
os: [macos-14]
12+
# os: [ubuntu-latest, macos-13, macos-14]
1213

1314
steps:
1415
- uses: actions/checkout@v4
@@ -34,7 +35,6 @@ jobs:
3435
else
3536
yum install -y openssl openssl-devel
3637
fi
37-
CIBW_BEFORE_BUILD_MACOS: "brew install openssl"
3838
CIBW_SKIP: "pp*"
3939
- uses: actions/upload-artifact@v4
4040
with:

0 commit comments

Comments
 (0)