Skip to content

Commit bd1e245

Browse files
committed
add macos 14.
1 parent 853d8ce commit bd1e245

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- os: macos-15
2929
arch: x86_64 arm64
3030
env: MACOSX_DEPLOYMENT_TARGET=15.0
31+
- os: macos-14
32+
arch: x86_64 arm64
33+
env: MACOSX_DEPLOYMENT_TARGET=14.0
3134
- os: windows-2022
3235
arch: x86
3336
before: vcpkg install openssl:x86-windows-static

0 commit comments

Comments
 (0)