Skip to content

Commit 55d36a9

Browse files
committed
fix(ci): bump macos 12 to 13
1 parent 0425f05 commit 55d36a9

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

.github/workflows/release.yml

+7-27
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,14 @@ jobs:
2424
matrix:
2525
nif: ["2.16", "2.15"]
2626
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 }
4933
- { 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 }
5535
- { target: x86_64-pc-windows-gnu, os: windows-2019 }
5636
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
5737

0 commit comments

Comments
 (0)