diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afee3cae..6a26b56a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,6 @@ -# This file was autogenerated by dist: https://github.com/astral-sh/cargo-dist +# This file was autogenerated by dist: https://axodotdev.github.io/cargo-dist # # Copyright 2022-2024, axodotdev -# Copyright 2025 Astral Software Inc. # SPDX-License-Identifier: MIT or Apache-2.0 # # CI that: @@ -64,7 +63,7 @@ jobs: # we specify bash to get pipefail; it guards against the `curl` command # failing. otherwise `sh` won't catch that `curl` returned non-0 shell: bash - run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.5/cargo-dist-installer.sh | sh" + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.30.0/cargo-dist-installer.sh | sh" - name: Cache dist uses: actions/upload-artifact@v4 with: diff --git a/dist-workspace.toml b/dist-workspace.toml index 416ed1f9..e61b6806 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -4,10 +4,10 @@ members = ["cargo:."] # Config for 'dist' [dist] # The preferred dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.28.5" +cargo-dist-version = "0.30.0" # CI backends to support ci = "github" -# Allow customization of release workflow +# Skip checking whether the specified configuration files are up to date allow-dirty = ["ci"] # The installers to generate for each app installers = ["shell", "powershell", "homebrew"] @@ -23,3 +23,7 @@ pr-run-mode = "skip" install-updater = false # Path that installers should place binaries in install-path = "CARGO_HOME" + +[dist.github-custom-runners] +aarch64-apple-darwin = "macos-15" +x86_64-apple-darwin = "macos-15-intel"