From 0231d70674f7e21f77e8f8bfa65232a2359c91b6 Mon Sep 17 00:00:00 2001 From: Tee8z Date: Fri, 27 Dec 2024 15:53:47 -0500 Subject: [PATCH] d --- dist-workspace.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index 26a4ccf..367b7ce 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -16,8 +16,6 @@ pr-run-mode = "upload" # The installers to generate for each app installers = [] -[target.aarch64-apple-darwin] -runner = "macos-14" - -[target.x86_64-apple-darwin] -runner = "macos-latest" \ No newline at end of file +[github-custom-runners] +aarch64-apple-darwin = "macos-14" +x86_64-apple-darwin = "macos-latest" \ No newline at end of file