-
Notifications
You must be signed in to change notification settings - Fork 94
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
Move CI to macos-14 #388
base: main
Are you sure you want to change the base?
Move CI to macos-14 #388
Conversation
dc22344
to
e7862b6
Compare
e7862b6
to
7fc3029
Compare
@conda/constructor Does anyone know who can upload packages to the |
Hey @xhochy, I wonder, would it be a bad time to standardize on the |
@jezdez Not sure if that improves the situation ... those are not really canary packages and it would still require a specific person (non-transparent to others who that is) to build and upload those... until somebody writes a workflow to build + upload the package via gh secrets, but this workflow works then once and then rots as there is an upload every 10 years ;) |
Looks like this is a single upload of conda_pack_test_lib2 for osx-arm64 ... conda_pack_test_lib1 is noarch anyways. |
That's what we did, https://github.com/conda/actions/tree/main/canary-release exists, and we're uploading several packages as canaries, conda and conda-build etc. How is ctools used at the moment? |
I know the canary upload workflow... is it feasible to also use it for test packages uploads (not conda-pack itself)? |
@xhochy the osx-arm64 uploads are done, see https://anaconda.org/ctools/conda_pack_test_lib2/files (note: there is no Python 3.7 upload as there is no Python 3.7 for osx-arm64 ... so the tests need some adjustments) ... ping me if we need more uploads ... or somebody writes a flow based on https://github.com/conda/actions/tree/main/canary-release for uploads in the future. |
c6221b3
to
aeda908
Compare
hah. its technically green now though lots of variable and file names contain "py37" (even though we technically install python 3.9 as of this PR) .... maybe we should distinguish between "lower" and and "upper" bound python test versions, so that we do not need to do the variables/files rename exercise again in the future |
Description