@@ -17,13 +17,13 @@ default-members = [
17
17
# Config for 'cargo dist'
18
18
[workspace .metadata .dist ]
19
19
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
20
- cargo-dist-version = " 0.21.0 "
20
+ cargo-dist-version = " 0.22.1 "
21
21
# CI backends to support
22
22
ci = " github"
23
23
# The installers to generate for each app
24
- installers = [" shell" , " powershell " ]
24
+ installers = [" shell" ]
25
25
# Target platforms to build apps for (Rust target-triple syntax)
26
- targets = [" aarch64-apple-darwin" , " x86_64-apple-darwin" , " x86_64-unknown-linux-gnu" , " x86_64-pc-windows-msvc " ]
26
+ targets = [" aarch64-apple-darwin" , " x86_64-apple-darwin" , " x86_64-unknown-linux-gnu" ]
27
27
# Whether to consider the binaries in a package for distribution (defaults true)
28
28
dist = false
29
29
# Which actions to run on pull requests
@@ -33,6 +33,10 @@ install-updater = false
33
33
# Path that installers should place binaries in
34
34
install-path = " CARGO_HOME"
35
35
36
+ [workspace .metadata .dist .github-custom-runners ]
37
+ aarch64-apple-darwin = " macos-14"
38
+ x86_64-apple-darwin = " macos-12"
39
+
36
40
# Config for 'cargo release'
37
41
[workspace .metadata .release ]
38
42
shared-version = true # ensures published packages share the same version
0 commit comments