WIP
Some checks failed
Build Detektor binarie / build_macos (push) Failing after 10s

This commit is contained in:
Martin Kudlacek
2025-11-14 12:42:59 +01:00
parent cbed8274b6
commit f983266bb8

View File

@@ -7,7 +7,8 @@ on:
jobs:
build_macos:
runs-on: macos
container: python:3.12-alpine
# alpine doesn't have prebuilt wheels
container: python:3.12-slim
steps:
- name: Checkout