From 711f6cd7ab6277cd2e0b8595bc5ce0b97f6583ce Mon Sep 17 00:00:00 2001 From: Joe Prosser Date: Mon, 4 Nov 2024 14:48:33 +0000 Subject: [PATCH] chore(scripts): update to macos15 --- scripts/publish-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-install b/scripts/publish-install index 73f38645..4f2f701c 100755 --- a/scripts/publish-install +++ b/scripts/publish-install @@ -10,7 +10,7 @@ case $BUILD_PLATFORM in python3-toml cargo install cargo-deb ;; - "macos-12") + "macos-15") rustup target add x86_64-apple-darwin rustup target add x86_64-pc-windows-gnu pip install toml