Skip to content
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

new toolsets toolcache versions (Python, Ruby) #11333

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PatMyron
Copy link
Contributor

@PatMyron PatMyron commented Jan 8, 2025

Python 3.13 and Ruby 3.3 and 3.4 available:
https://github.com/actions/python-versions/blob/main/versions-manifest.json
https://github.com/actions/node-versions/blob/main/versions-manifest.json
https://github.com/actions/go-versions/blob/main/versions-manifest.json
https://github.com/ruby/setup-ruby/blob/master/windows-versions.json
https://github.com/ruby/ruby-builder/releases/tag/toolcache

# stable versions
for lang in python node go; do
  curl -s https://raw.githubusercontent.com/actions/${lang}-versions/refs/heads/main/versions-manifest.json | jq 'del(.[] | select(.stable == false))
| .[].version' > ${lang}.txt
done

curl -s https://api.github.com/repos/ruby/ruby-builder/releases/tags/toolcache | jq '.assets.[].name' > ruby.txt

(🤞 someone internal can update macOS toolcache versions @erik-bershel @sarathrajsrinivasan @susmitamane)

#5375

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants