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: strategy:
matrix: matrix:
target: target:
- os: ubuntu-latest # - os: ubuntu-latest
cpu: amd64 # cpu: amd64
lib_ext: so # lib_ext: so
- os: ubuntu-24.04-arm # - os: ubuntu-24.04-arm
cpu: arm64 # cpu: arm64
lib_ext: so # lib_ext: so
- os: macos-latest - os: macos-latest
lib_ext: dylib lib_ext: dylib
cpu: arm64 cpu: arm64
- os: windows-latest # - os: windows-latest
cpu: amd64 # cpu: amd64
lib_ext: dll # lib_ext: dll
steps: steps:
- name: Check out sources - name: Check out sources