8000 [3.12] gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566) by Damien-Chen · Pull Request #126621 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566) #126621

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

Merged
merged 5 commits into from
Jan 11, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modify as reviewer suggest
  • Loading branch information
Damien-Chen committed Nov 9, 2024
commit 7e9e4638e9e0ed9b277e7b386805c36e9fdd5fb3
2 changes: 1 addition & 1 deletion .github/workflows/posix-deps-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ apt-get -yq install \
libgdbm-compat-dev \
liblzma-dev \
libncurses5-dev \
libnsl-dev \
libreadline6-dev \
libsqlite3-dev \
libssl-dev \
libnsl-dev \
lzma \
lzma-dev \
tk-dev \
Expand Down
Loading
0