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