Skip to content

Commit

Permalink
chore(scripts): update publish binaries to use macos-15 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-prosser authored Nov 4, 2024
1 parent 3622c00 commit 6c17c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/publish-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ case $BUILD_PLATFORM in
# gsutil cp "../target/debian/reinfer-cli_${CLI_VERSION}_amd64.deb" "$LATEST_DEB_PATH"
# fi
;;
"macos-12")
"macos-15")
build_and_upload "x86_64-apple-darwin" "re"
build_and_upload "x86_64-pc-windows-gnu" "re.exe"

Expand Down

0 comments on commit 6c17c79

Please sign in to comment.