From 30bb1c1d6dca740f47ba4d43969936e27361776c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 09:19:54 +0200 Subject: [PATCH] Try to build dylib --- .github/workflows/artifacts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index fafda0d..4f6e694 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -2,8 +2,8 @@ name: Artifacts on: push: - tags: - - "v*" + # tags: + # - "v*" workflow_dispatch: jobs: @@ -21,7 +21,7 @@ jobs: lib_ext: so - os: macos-latest - lib_ext: so + lib_ext: dylib cpu: arm64 - os: windows-latest