feat: add macOS on GitLab (#1911)

This commit is contained in:
Matthieu Darbois
2024-06-30 10:59:58 +02:00
committed by GitHub
parent 31de15bcd9
commit 6a36f6494b
4 changed files with 28 additions and 6 deletions
+12
View File
@@ -31,3 +31,15 @@ windows:
- wheelhouse/
tags:
- saas-windows-medium-amd64
macos:
image: macos-14-xcode-15
before_script:
- python3 -m pip install cibuildwheel==2.19.1
script:
- python3 -m cibuildwheel --output-dir wheelhouse
artifacts:
paths:
- wheelhouse/
tags:
- saas-macos-medium-m1