diff --git a/cargo-dist/src/backend/ci/github.rs b/cargo-dist/src/backend/ci/github.rs index 09d9315e0..0550fb999 100644 --- a/cargo-dist/src/backend/ci/github.rs +++ b/cargo-dist/src/backend/ci/github.rs @@ -495,9 +495,9 @@ type GithubRunner = String; /// The Github Runner to use for Linux const GITHUB_LINUX_RUNNER: &str = "ubuntu-20.04"; /// The Github Runner to use for Intel macos -const GITHUB_MACOS_INTEL_RUNNER: &str = "macos-12"; +const GITHUB_MACOS_INTEL_RUNNER: &str = "macos-13"; /// The Github Runner to use for Apple Silicon macos -const GITHUB_MACOS_ARM64_RUNNER: &str = "macos-12"; +const GITHUB_MACOS_ARM64_RUNNER: &str = "macos-13"; /// The Github Runner to use for windows const GITHUB_WINDOWS_RUNNER: &str = "windows-2019"; diff --git a/cargo-dist/tests/snapshots/akaikatana_basic.snap b/cargo-dist/tests/snapshots/akaikatana_basic.snap index 6c1b906eb..961b0e175 100644 --- a/cargo-dist/tests/snapshots/akaikatana_basic.snap +++ b/cargo-dist/tests/snapshots/akaikatana_basic.snap @@ -1846,7 +1846,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1855,7 +1855,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/akaikatana_musl.snap b/cargo-dist/tests/snapshots/akaikatana_musl.snap index 25b941ac7..7158c68f7 100644 --- a/cargo-dist/tests/snapshots/akaikatana_musl.snap +++ b/cargo-dist/tests/snapshots/akaikatana_musl.snap @@ -1344,7 +1344,7 @@ download_binary_and_run_installer "$@" || exit 1 "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1353,7 +1353,7 @@ download_binary_and_run_installer "$@" || exit 1 "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/akaikatana_one_alias_among_many_binaries.snap b/cargo-dist/tests/snapshots/akaikatana_one_alias_among_many_binaries.snap index 4ef21e2e8..e2961f2d6 100644 --- a/cargo-dist/tests/snapshots/akaikatana_one_alias_among_many_binaries.snap +++ b/cargo-dist/tests/snapshots/akaikatana_one_alias_among_many_binaries.snap @@ -1860,7 +1860,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1869,7 +1869,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/akaikatana_two_bin_aliases.snap b/cargo-dist/tests/snapshots/akaikatana_two_bin_aliases.snap index 1482f8add..012c0b9db 100644 --- a/cargo-dist/tests/snapshots/akaikatana_two_bin_aliases.snap +++ b/cargo-dist/tests/snapshots/akaikatana_two_bin_aliases.snap @@ -1874,7 +1874,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1883,7 +1883,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/akaikatana_updaters.snap b/cargo-dist/tests/snapshots/akaikatana_updaters.snap index decb5aa2a..7e7be0789 100644 --- a/cargo-dist/tests/snapshots/akaikatana_updaters.snap +++ b/cargo-dist/tests/snapshots/akaikatana_updaters.snap @@ -1886,7 +1886,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1895,7 +1895,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_abyss.snap b/cargo-dist/tests/snapshots/axolotlsay_abyss.snap index 666b6c7f6..b96459e42 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_abyss.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_abyss.snap @@ -3406,7 +3406,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3415,7 +3415,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_abyss_only.snap b/cargo-dist/tests/snapshots/axolotlsay_abyss_only.snap index 9e225da62..f97fc3c7e 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_abyss_only.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_abyss_only.snap @@ -3400,7 +3400,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3409,7 +3409,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_alias.snap b/cargo-dist/tests/snapshots/axolotlsay_alias.snap index 48cbc258a..b37a18011 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_alias.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_alias.snap @@ -3414,7 +3414,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3423,7 +3423,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_alias_ignores_missing_bins.snap b/cargo-dist/tests/snapshots/axolotlsay_alias_ignores_missing_bins.snap index fc4467917..67d07301f 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_alias_ignores_missing_bins.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_alias_ignores_missing_bins.snap @@ -3412,7 +3412,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3421,7 +3421,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_basic.snap b/cargo-dist/tests/snapshots/axolotlsay_basic.snap index 1a5f7a926..8e16a4e26 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_basic.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_basic.snap @@ -3398,7 +3398,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3407,7 +3407,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_basic_lies.snap b/cargo-dist/tests/snapshots/axolotlsay_basic_lies.snap index cd5dc55ad..fab521cc3 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_basic_lies.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_basic_lies.snap @@ -3488,7 +3488,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3497,7 +3497,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_build_setup_steps.snap b/cargo-dist/tests/snapshots/axolotlsay_build_setup_steps.snap index e8150d3a0..8aca3929b 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_build_setup_steps.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_build_setup_steps.snap @@ -3398,7 +3398,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3407,7 +3407,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_checksum_blake2b.snap b/cargo-dist/tests/snapshots/axolotlsay_checksum_blake2b.snap index 2fd483925..d65ab4b18 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_checksum_blake2b.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_checksum_blake2b.snap @@ -1314,7 +1314,7 @@ download_binary_and_run_installer "$@" || exit 1 "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1323,7 +1323,7 @@ download_binary_and_run_installer "$@" || exit 1 "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_checksum_blake2s.snap b/cargo-dist/tests/snapshots/axolotlsay_checksum_blake2s.snap index b257fff35..f2d8afdc6 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_checksum_blake2s.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_checksum_blake2s.snap @@ -1314,7 +1314,7 @@ download_binary_and_run_installer "$@" || exit 1 "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1323,7 +1323,7 @@ download_binary_and_run_installer "$@" || exit 1 "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_checksum_sha3_256.snap b/cargo-dist/tests/snapshots/axolotlsay_checksum_sha3_256.snap index 0d7859d4e..6917d4527 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_checksum_sha3_256.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_checksum_sha3_256.snap @@ -1314,7 +1314,7 @@ download_binary_and_run_installer "$@" || exit 1 "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1323,7 +1323,7 @@ download_binary_and_run_installer "$@" || exit 1 "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_checksum_sha3_512.snap b/cargo-dist/tests/snapshots/axolotlsay_checksum_sha3_512.snap index c723920d4..afe42b1de 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_checksum_sha3_512.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_checksum_sha3_512.snap @@ -1314,7 +1314,7 @@ download_binary_and_run_installer "$@" || exit 1 "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1323,7 +1323,7 @@ download_binary_and_run_installer "$@" || exit 1 "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_custom_formula.snap b/cargo-dist/tests/snapshots/axolotlsay_custom_formula.snap index fc9385630..8a70f9091 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_custom_formula.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_custom_formula.snap @@ -309,7 +309,7 @@ end "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -318,7 +318,7 @@ end "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_disable_source_tarball.snap b/cargo-dist/tests/snapshots/axolotlsay_disable_source_tarball.snap index f069a36a9..58a10b7bb 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_disable_source_tarball.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_disable_source_tarball.snap @@ -3387,7 +3387,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3396,7 +3396,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_dispatch.snap b/cargo-dist/tests/snapshots/axolotlsay_dispatch.snap index 1a40ac767..62f188449 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_dispatch.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_dispatch.snap @@ -236,7 +236,7 @@ expression: self.payload "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -245,7 +245,7 @@ expression: self.payload "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_dispatch_abyss.snap b/cargo-dist/tests/snapshots/axolotlsay_dispatch_abyss.snap index be8923a03..2fa6be4d3 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_dispatch_abyss.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_dispatch_abyss.snap @@ -244,7 +244,7 @@ expression: self.payload "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -253,7 +253,7 @@ expression: self.payload "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_dispatch_abyss_only.snap b/cargo-dist/tests/snapshots/axolotlsay_dispatch_abyss_only.snap index f701e3bf5..9185507cc 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_dispatch_abyss_only.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_dispatch_abyss_only.snap @@ -238,7 +238,7 @@ expression: self.payload "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -247,7 +247,7 @@ expression: self.payload "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_edit_existing.snap b/cargo-dist/tests/snapshots/axolotlsay_edit_existing.snap index 0e063d162..23772890e 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_edit_existing.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_edit_existing.snap @@ -3372,7 +3372,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3381,7 +3381,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_generic_workspace_basic.snap b/cargo-dist/tests/snapshots/axolotlsay_generic_workspace_basic.snap index 53d14b8a0..14defd68f 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_generic_workspace_basic.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_generic_workspace_basic.snap @@ -3615,7 +3615,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3624,7 +3624,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_homebrew_packages.snap b/cargo-dist/tests/snapshots/axolotlsay_homebrew_packages.snap index 1f73dfb45..7d4904b1b 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_homebrew_packages.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_homebrew_packages.snap @@ -3398,7 +3398,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "packages_install": "cat << EOF >Brewfile\ncask \"homebrew/cask/macfuse\"\nbrew \"libcue\"\nEOF\n\nbrew bundle install", @@ -3408,7 +3408,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "packages_install": "cat << EOF >Brewfile\ncask \"homebrew/cask/macfuse\"\nbrew \"libcue\"\nEOF\n\nbrew bundle install", diff --git a/cargo-dist/tests/snapshots/axolotlsay_musl.snap b/cargo-dist/tests/snapshots/axolotlsay_musl.snap index 5a9eafe01..38a3847f5 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_musl.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_musl.snap @@ -2862,7 +2862,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -2871,7 +2871,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_musl_no_gnu.snap b/cargo-dist/tests/snapshots/axolotlsay_musl_no_gnu.snap index 955e5cbe3..3280a0c40 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_musl_no_gnu.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_musl_no_gnu.snap @@ -2817,7 +2817,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -2826,7 +2826,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_no_homebrew_publish.snap b/cargo-dist/tests/snapshots/axolotlsay_no_homebrew_publish.snap index b068a9ac3..dd8d9e6f9 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_no_homebrew_publish.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_no_homebrew_publish.snap @@ -3372,7 +3372,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3381,7 +3381,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_no_locals.snap b/cargo-dist/tests/snapshots/axolotlsay_no_locals.snap index bddc4362a..22c69592e 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_no_locals.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_no_locals.snap @@ -236,7 +236,7 @@ expression: self.payload "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -245,7 +245,7 @@ expression: self.payload "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_no_locals_but_custom.snap b/cargo-dist/tests/snapshots/axolotlsay_no_locals_but_custom.snap index 7e5a7d9f0..58dfbcfda 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_no_locals_but_custom.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_no_locals_but_custom.snap @@ -236,7 +236,7 @@ expression: self.payload "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -245,7 +245,7 @@ expression: self.payload "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_several_aliases.snap b/cargo-dist/tests/snapshots/axolotlsay_several_aliases.snap index c9b450283..7382d6b35 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_several_aliases.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_several_aliases.snap @@ -3416,7 +3416,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3425,7 +3425,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_ssldotcom_windows_sign.snap b/cargo-dist/tests/snapshots/axolotlsay_ssldotcom_windows_sign.snap index ff7f1a83d..3a8a2454b 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_ssldotcom_windows_sign.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_ssldotcom_windows_sign.snap @@ -1792,7 +1792,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1801,7 +1801,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_ssldotcom_windows_sign_prod.snap b/cargo-dist/tests/snapshots/axolotlsay_ssldotcom_windows_sign_prod.snap index ff7f1a83d..3a8a2454b 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_ssldotcom_windows_sign_prod.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_ssldotcom_windows_sign_prod.snap @@ -1792,7 +1792,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1801,7 +1801,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_tag_namespace.snap b/cargo-dist/tests/snapshots/axolotlsay_tag_namespace.snap index 92b983439..8ce2ff64f 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_tag_namespace.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_tag_namespace.snap @@ -236,7 +236,7 @@ expression: self.payload "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -245,7 +245,7 @@ expression: self.payload "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_updaters.snap b/cargo-dist/tests/snapshots/axolotlsay_updaters.snap index 77b8696e6..1cf827d06 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_updaters.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_updaters.snap @@ -3438,7 +3438,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3447,7 +3447,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_user_global_build_job.snap b/cargo-dist/tests/snapshots/axolotlsay_user_global_build_job.snap index 9223b36e4..a8d996b75 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_user_global_build_job.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_user_global_build_job.snap @@ -3372,7 +3372,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3381,7 +3381,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_user_host_job.snap b/cargo-dist/tests/snapshots/axolotlsay_user_host_job.snap index ae395ebd9..84b049eb3 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_user_host_job.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_user_host_job.snap @@ -3372,7 +3372,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3381,7 +3381,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_user_local_build_job.snap b/cargo-dist/tests/snapshots/axolotlsay_user_local_build_job.snap index bb3262068..67a3353fa 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_user_local_build_job.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_user_local_build_job.snap @@ -3372,7 +3372,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3381,7 +3381,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_user_plan_job.snap b/cargo-dist/tests/snapshots/axolotlsay_user_plan_job.snap index a4e1874a7..1d9a1b3ca 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_user_plan_job.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_user_plan_job.snap @@ -3372,7 +3372,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3381,7 +3381,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/axolotlsay_user_publish_job.snap b/cargo-dist/tests/snapshots/axolotlsay_user_publish_job.snap index 4d25bd837..0932a6acb 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_user_publish_job.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_user_publish_job.snap @@ -3372,7 +3372,7 @@ run("axolotlsay"); "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -3381,7 +3381,7 @@ run("axolotlsay"); "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_cargo_home.snap b/cargo-dist/tests/snapshots/install_path_cargo_home.snap index f1da3efa2..be84784d1 100644 --- a/cargo-dist/tests/snapshots/install_path_cargo_home.snap +++ b/cargo-dist/tests/snapshots/install_path_cargo_home.snap @@ -1839,7 +1839,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1848,7 +1848,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_env_no_subdir.snap b/cargo-dist/tests/snapshots/install_path_env_no_subdir.snap index 3e541b1b7..c8ae25d52 100644 --- a/cargo-dist/tests/snapshots/install_path_env_no_subdir.snap +++ b/cargo-dist/tests/snapshots/install_path_env_no_subdir.snap @@ -1814,7 +1814,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1823,7 +1823,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_env_subdir.snap b/cargo-dist/tests/snapshots/install_path_env_subdir.snap index d01413958..435eb73c9 100644 --- a/cargo-dist/tests/snapshots/install_path_env_subdir.snap +++ b/cargo-dist/tests/snapshots/install_path_env_subdir.snap @@ -1814,7 +1814,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1823,7 +1823,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_env_subdir_space.snap b/cargo-dist/tests/snapshots/install_path_env_subdir_space.snap index aabb51597..b7747c0f9 100644 --- a/cargo-dist/tests/snapshots/install_path_env_subdir_space.snap +++ b/cargo-dist/tests/snapshots/install_path_env_subdir_space.snap @@ -1814,7 +1814,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1823,7 +1823,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_env_subdir_space_deeper.snap b/cargo-dist/tests/snapshots/install_path_env_subdir_space_deeper.snap index a1c2a49e6..ffc7bf945 100644 --- a/cargo-dist/tests/snapshots/install_path_env_subdir_space_deeper.snap +++ b/cargo-dist/tests/snapshots/install_path_env_subdir_space_deeper.snap @@ -1814,7 +1814,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1823,7 +1823,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_fallback_no_env_var_set.snap b/cargo-dist/tests/snapshots/install_path_fallback_no_env_var_set.snap index f34e336a4..adc3c7687 100644 --- a/cargo-dist/tests/snapshots/install_path_fallback_no_env_var_set.snap +++ b/cargo-dist/tests/snapshots/install_path_fallback_no_env_var_set.snap @@ -1835,7 +1835,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1844,7 +1844,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_home_subdir_deeper.snap b/cargo-dist/tests/snapshots/install_path_home_subdir_deeper.snap index 55b2ad42e..a35f91dcc 100644 --- a/cargo-dist/tests/snapshots/install_path_home_subdir_deeper.snap +++ b/cargo-dist/tests/snapshots/install_path_home_subdir_deeper.snap @@ -1814,7 +1814,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1823,7 +1823,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_home_subdir_min.snap b/cargo-dist/tests/snapshots/install_path_home_subdir_min.snap index f456427f5..41e83ea0a 100644 --- a/cargo-dist/tests/snapshots/install_path_home_subdir_min.snap +++ b/cargo-dist/tests/snapshots/install_path_home_subdir_min.snap @@ -1814,7 +1814,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1823,7 +1823,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_home_subdir_space.snap b/cargo-dist/tests/snapshots/install_path_home_subdir_space.snap index d3c1e7e7f..aa6587a55 100644 --- a/cargo-dist/tests/snapshots/install_path_home_subdir_space.snap +++ b/cargo-dist/tests/snapshots/install_path_home_subdir_space.snap @@ -1814,7 +1814,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1823,7 +1823,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_home_subdir_space_deeper.snap b/cargo-dist/tests/snapshots/install_path_home_subdir_space_deeper.snap index 7c7cf9a5e..ad1e653ea 100644 --- a/cargo-dist/tests/snapshots/install_path_home_subdir_space_deeper.snap +++ b/cargo-dist/tests/snapshots/install_path_home_subdir_space_deeper.snap @@ -1814,7 +1814,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1823,7 +1823,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/install_path_no_fallback_taken.snap b/cargo-dist/tests/snapshots/install_path_no_fallback_taken.snap index e27e8bcae..a94c58e64 100644 --- a/cargo-dist/tests/snapshots/install_path_no_fallback_taken.snap +++ b/cargo-dist/tests/snapshots/install_path_no_fallback_taken.snap @@ -1835,7 +1835,7 @@ try { "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -1844,7 +1844,7 @@ try { "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/vSOME_VERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github" diff --git a/cargo-dist/tests/snapshots/manifest.snap b/cargo-dist/tests/snapshots/manifest.snap index b39615b3e..d80a3fceb 100644 --- a/cargo-dist/tests/snapshots/manifest.snap +++ b/cargo-dist/tests/snapshots/manifest.snap @@ -431,7 +431,7 @@ stdout: "targets": [ "aarch64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-FAKEVERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=aarch64-apple-darwin", "cache_provider": "github" @@ -459,7 +459,7 @@ stdout: "targets": [ "x86_64-apple-darwin" ], - "runner": "macos-12", + "runner": "macos-13", "install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-FAKEVERSION/cargo-dist-installer.sh | sh", "dist_args": "--artifacts=local --target=x86_64-apple-darwin", "cache_provider": "github"