refactor cross systems structure

This commit is contained in:
Clément DOUIN
2024-11-23 14:06:32 +01:00
parent 4fb7ff93db
commit 8c08b67be3
3 changed files with 46 additions and 27 deletions
+3 -3
View File
@@ -11,15 +11,15 @@ jobs:
matrix:
include:
- os: ubuntu-latest
target:
target: x86_64-unknown-linux-musl
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
- os: ubuntu-latest
target: x86_64-pc-windows-gnu
- os: macos-13
target:
target: x86_64-apple-darwin
- os: macos-14
target:
target: aarch64-apple-darwin
steps:
- name: Checkout code
uses: actions/checkout@v4