@@ -24,34 +24,14 @@ jobs:
24
24
matrix :
25
25
nif : ["2.16", "2.15"]
26
26
job :
27
- - {
28
- target : arm-unknown-linux-gnueabihf,
29
- os : ubuntu-20.04,
30
- use-cross : true,
31
- }
32
- - {
33
- target : aarch64-unknown-linux-gnu,
34
- os : ubuntu-20.04,
35
- use-cross : true,
36
- }
37
- - {
38
- target : aarch64-unknown-linux-musl,
39
- os : ubuntu-20.04,
40
- use-cross : true,
41
- }
42
- - { target: aarch64-apple-darwin, os: macos-12 }
43
- - {
44
- target : riscv64gc-unknown-linux-gnu,
45
- os : ubuntu-20.04,
46
- use-cross : true,
47
- }
48
- - { target: x86_64-apple-darwin, os: macos-12 }
27
+ - { target: x86_64-apple-darwin, os: macos-13 }
28
+ - { target: aarch64-apple-darwin, os: macos-13 }
29
+ - { target: arm-unknown-linux-gnueabihf, os: ubuntu-20.04, use-cross: true }
30
+ - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
31
+ - { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
32
+ - { target: riscv64gc-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
49
33
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
50
- - {
51
- target : x86_64-unknown-linux-musl,
52
- os : ubuntu-20.04,
53
- use-cross : true,
54
- }
34
+ - { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
55
35
- { target: x86_64-pc-windows-gnu, os: windows-2019 }
56
36
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
57
37
0 commit comments