Skip to content

Commit 6236689

Browse files
authored
Remove x86_64-apple-darwin from supported CLI (#1302)
The macos-13 runner does not exist anymore.
1 parent 6025164 commit 6236689

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dist-workspace.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci = "github"
1212
# The installers to generate for each app
1313
installers = ["shell", "powershell"]
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
15+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
1616
# Path that installers should place binaries in
1717
install-path = "CARGO_HOME"
1818
# Whether to install an updater program
@@ -35,5 +35,4 @@ global = "ubuntu-latest"
3535
aarch64-unknown-linux-gnu = "ubuntu-24.04-arm"
3636
x86_64-unknown-linux-gnu = "ubuntu-latest"
3737
aarch64-apple-darwin = "macos-latest"
38-
x86_64-apple-darwin = "macos-13"
3938
x86_64-pc-windows-msvc = "windows-latest"

0 commit comments

Comments
 (0)