-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release using macos-13 #5400
Release using macos-13 #5400
Conversation
xref: This is the reason the no release binaries have been uploaded for 2.27.0-rc4. The osx-64 job was automatically canceled because it used the recently deprecated macos-12. Frustratingly, as I've observed in other repos, even though we include TileDB/.github/workflows/release.yml Line 233 in e7f6dfe
|
Did the issue that led to the adoption of |
This run shows the produced artifacts: Unzipping the resulting artifact:
We fixed this issue by specifying the release os to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/backport to release-2.27 |
Started backporting to release-2.27: https://github.com/TileDB-Inc/TileDB/actions/runs/12236660698 |
@ihnorton an error occurred while backporting to release-2.27, please check the run log for details! The process '/usr/bin/git' failed with exit code 1 |
Use `macos-13` for x86_64 macos release job, since `macos-12` is deprecated --- TYPE: NO_HISTORY DESC: Use `macos-13` for macos x86_64 release Co-authored-by: Dušan Baran <[email protected]>
Use `macos-13` for x86_64 macos release job, since `macos-12` is deprecated --- TYPE: NO_HISTORY DESC: Use `macos-13` for macos x86_64 release Co-authored-by: Dušan Baran <[email protected]>
Use
macos-13
for x86_64 macos release job, sincemacos-12
is deprecatedTYPE: NO_HISTORY
DESC: Use
macos-13
for macos x86_64 release