Skip to content

Commit 6191326

Browse files
v0.1.1
1 parent 4b9a0b6 commit 6191326

File tree

7 files changed

+30
-575
lines changed

7 files changed

+30
-575
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,39 +14,18 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
nif: ["2.16", "2.17"]
17+
nif: ["2.16"]
1818
job:
19-
- {
20-
target: arm-unknown-linux-gnueabihf,
21-
os: ubuntu-20.04,
22-
use-cross: true,
23-
}
24-
- {
25-
target: aarch64-unknown-linux-gnu,
26-
os: ubuntu-20.04,
27-
use-cross: true,
28-
}
29-
- {
30-
target: aarch64-unknown-linux-musl,
31-
os: ubuntu-20.04,
32-
use-cross: true,
33-
}
34-
- { target: aarch64-apple-darwin, os: macos-14 }
35-
- {
36-
target: riscv64gc-unknown-linux-gnu,
37-
os: ubuntu-20.04,
38-
use-cross: true,
39-
}
40-
- { target: x86_64-apple-darwin, os: macos-14 }
19+
- { target: arm-unknown-linux-gnueabihf, os: ubuntu-20.04, use-cross: true }
20+
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
21+
- { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
22+
- { target: riscv64gc-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
4123
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
42-
- {
43-
target: x86_64-unknown-linux-musl,
44-
os: ubuntu-20.04,
45-
use-cross: true,
46-
}
47-
- { target: x86_64-pc-windows-gnu, os: windows-2019 }
48-
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
49-
24+
- { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
25+
- { target: x86_64-apple-darwin, os: macos-12 }
26+
- { target: aarch64-apple-darwin, os: macos-12 }
27+
- { target: x86_64-pc-windows-gnu, os: windows-2019 }
28+
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
5029
steps:
5130
- name: Checkout source code
5231
uses: actions/checkout@v3

0 commit comments

Comments
 (0)