This commit is contained in:
Arnaud 2025-10-15 19:15:49 +02:00
parent 61eff7b792
commit 7d1c4832c5
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -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