Skip to content

Commit 4e7596b

Browse files
committed
fix: we are building on macOS 12 in the CI
1 parent 80b5111 commit 4e7596b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
BUILD_TYPE=${WORKFLOW_BUILD_TYPE:-"Debug"} poetry build --format=wheel
210210
ls -lah ./dist/
211211
- name: Make the wheels we build also support lower versions of macOS
212-
if: ${{ matrix.os == 'macos-13' || matrix.os == 'macos-14' }}
212+
if: ${{ matrix.os == 'macos-12' || matrix.os == 'macos-14' }}
213213
# Change the platform tag part of the wheel filename to `macosx_11_0_xxx` (means to support macOS 11.0 and above)
214214
# See https://packaging.python.org/en/latest/specifications/binary-distribution-format/#file-format
215215
# A wheel package file will only be selected by pip to install if the platform tag satisfies, regardless of whether the binary compatibility actually is.

0 commit comments

Comments
 (0)