From 7d1c4832c58c08959ab4a3c25c0e2c8f2de5481e Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 19:15:49 +0200 Subject: [PATCH] debug --- .github/workflows/artifacts.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index aaa4e51..3b96e61 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -12,21 +12,21 @@ jobs: strategy: matrix: target: - - os: ubuntu-latest - cpu: amd64 - lib_ext: so + # - os: ubuntu-latest + # cpu: amd64 + # lib_ext: so - - os: ubuntu-24.04-arm - cpu: arm64 - lib_ext: so + # - os: ubuntu-24.04-arm + # cpu: arm64 + # lib_ext: so - os: macos-latest lib_ext: dylib cpu: arm64 - - os: windows-latest - cpu: amd64 - lib_ext: dll + # - os: windows-latest + # cpu: amd64 + # lib_ext: dll steps: - name: Check out sources